Class LtSingleTypeSelection

java.lang.Object
org.oddjob.arooa.design.layout.LtSingleTypeSelection
All Implemented Interfaces:
LtFormItem

public class LtSingleTypeSelection extends Object implements LtFormItem

Description

Form item for a property set from a selection of values.
  • Constructor Details

    • LtSingleTypeSelection

      public LtSingleTypeSelection()
  • Method Details

    • accept

      public void accept(LtFormItemVisitor visitor)
      Description copied from interface: LtFormItem
      The visitor pattern.
      Specified by:
      accept in interface LtFormItem
      Parameters:
      visitor - The visitor.
    • getProperty

      public String getProperty()
    • setProperty

      public void setProperty(String property)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)