|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kew.api.actionlist.DisplayParameters.Builder
public static final class DisplayParameters.Builder
A builder which can be used to construct DisplayParameters
instances. Enforces the constraints of the DocumentContentContract
.
Method Summary | |
---|---|
DisplayParameters |
build()
Builds an instance of a DisplayParameters based on the current state of the builder. |
static DisplayParameters.Builder |
create(DisplayParametersContract contract)
Creates a builder by populating it with data from the given . |
static DisplayParameters.Builder |
create(Integer frameHeight)
|
Integer |
getFrameHeight()
|
void |
setFrameHeight(Integer frameHeight)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DisplayParameters.Builder create(Integer frameHeight)
public static DisplayParameters.Builder create(DisplayParametersContract contract)
contract
- the contract from which to populate this builder
public DisplayParameters build()
build
in interface ModelBuilder
public Integer getFrameHeight()
getFrameHeight
in interface DisplayParametersContract
public void setFrameHeight(Integer frameHeight)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |