org.kuali.rice.kew.api.actionlist
Class DisplayParameters

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

public final class DisplayParameters
extends Object
implements Serializable, DisplayParametersContract

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

Nested Class Summary
static class DisplayParameters.Builder
          A builder which can be used to construct DisplayParameters instances.
 
Method Summary
 Integer getFrameHeight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFrameHeight

public Integer getFrameHeight()
Specified by:
getFrameHeight in interface DisplayParametersContract


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.