org.kuali.rice.kew.actionlist
Class DisplayParameters

java.lang.Object
  extended by org.kuali.rice.kew.actionlist.DisplayParameters
All Implemented Interfaces:
Serializable

public class DisplayParameters
extends Object
implements Serializable

Represents the display params of the inline action list view. This dictates how the inline frame will look height-wise.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
private  Integer frameHeight
           
private static long serialVersionUID
           
 
Constructor Summary
DisplayParameters(Integer frameHeight)
           
 
Method Summary
 Integer getFrameHeight()
           
 void setFrameHeight(Integer frameHeight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

frameHeight

private Integer frameHeight
Constructor Detail

DisplayParameters

public DisplayParameters(Integer frameHeight)
Method Detail

getFrameHeight

public Integer getFrameHeight()

setFrameHeight

public void setFrameHeight(Integer frameHeight)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.