Class DisplayParameters.Builder
java.lang.Object
org.kuali.rice.kew.api.actionlist.DisplayParameters.Builder
- All Implemented Interfaces:
Serializable,ModelBuilder,DisplayParametersContract
- Enclosing class:
- DisplayParameters
public static final class DisplayParameters.Builder
extends Object
implements Serializable, ModelBuilder, DisplayParametersContract
A builder which can be used to construct
DisplayParameters instances. Enforces the constraints of the DocumentContentContract.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance of a DisplayParameters based on the current state of the builder.static DisplayParameters.Builderstatic DisplayParameters.Buildercreate(DisplayParametersContract contract) Creates a builder by populating it with data from the given .voidsetFrameHeight(Integer frameHeight)
-
Method Details
-
create
-
create
Creates a builder by populating it with data from the given .- Parameters:
contract- the contract from which to populate this builder- Returns:
- an instance of the builder populated with data from the contract
-
build
Builds an instance of a DisplayParameters based on the current state of the builder.- Specified by:
buildin interfaceModelBuilder- Returns:
- the fully-constructed CampusType
-
getFrameHeight
- Specified by:
getFrameHeightin interfaceDisplayParametersContract
-
setFrameHeight
-