org.kuali.rice.kew.actionlist
Class DisplayParameters
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
frameHeight
private Integer frameHeight
DisplayParameters
public DisplayParameters(Integer frameHeight)
getFrameHeight
public Integer getFrameHeight()
setFrameHeight
public void setFrameHeight(Integer frameHeight)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.