Class DisplayParameters.Builder

java.lang.Object
org.kuali.rice.kew.api.actionlist.DisplayParameters.Builder
All Implemented Interfaces:
Serializable, org.kuali.rice.core.api.mo.ModelBuilder, DisplayParametersContract
Enclosing class:
DisplayParameters

public static final class DisplayParameters.Builder extends Object implements Serializable, org.kuali.rice.core.api.mo.ModelBuilder, DisplayParametersContract
A builder which can be used to construct DisplayParameters instances. Enforces the constraints of the
invalid reference
DocumentContentContract
.
See Also:
  • Method Details

    • create

      public static DisplayParameters.Builder create(Integer frameHeight)
    • create

      public static DisplayParameters.Builder create(DisplayParametersContract contract)
      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

      public DisplayParameters build()
      Builds an instance of a DisplayParameters based on the current state of the builder.
      Specified by:
      build in interface org.kuali.rice.core.api.mo.ModelBuilder
      Returns:
      the fully-constructed CampusType
    • getFrameHeight

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

      public void setFrameHeight(Integer frameHeight)