public static final class DisplayParameters.Builder extends Object implements Serializable, ModelBuilder, DisplayParametersContract
DisplayParameters
instances. Enforces the constraints of the DocumentContentContract
.Modifier and Type | Method and Description |
---|---|
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) |
public static DisplayParameters.Builder create(Integer frameHeight)
public static DisplayParameters.Builder create(DisplayParametersContract contract)
contract
- the contract from which to populate this builderpublic DisplayParameters build()
build
in interface ModelBuilder
public Integer getFrameHeight()
getFrameHeight
in interface DisplayParametersContract
public void setFrameHeight(Integer frameHeight)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.