org.openbp.jaspira.option
Class GroupOption.GroupWidget

java.lang.Object
  extended by org.openbp.jaspira.option.OptionWidget
      extended by org.openbp.jaspira.option.GroupOption.GroupWidget
Enclosing class:
GroupOption

public class GroupOption.GroupWidget
extends OptionWidget


Field Summary
 
Fields inherited from class org.openbp.jaspira.option.OptionWidget
option
 
Constructor Summary
GroupOption.GroupWidget()
          Constructor.
 
Method Summary
 java.lang.Object getValue()
          Returns the value of the option widget.
 javax.swing.JComponent getWidgetComponent()
          Creates the component that will be used as page for the options of this group.
 void setValue(java.lang.Object o)
          Sets the value that will be displayed in the option widget.
 
Methods inherited from class org.openbp.jaspira.option.OptionWidget
createHeading, getDescriptionComponent, getOption, notifyOptionMgrOfOptionChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupOption.GroupWidget

public GroupOption.GroupWidget()
Constructor.

Method Detail

getValue

public java.lang.Object getValue()
Description copied from class: OptionWidget
Returns the value of the option widget. This value might be different from the actual option value as long as the option has not been comitted.

Specified by:
getValue in class OptionWidget
See Also:
OptionWidget.getValue()

setValue

public void setValue(java.lang.Object o)
Description copied from class: OptionWidget
Sets the value that will be displayed in the option widget.

Specified by:
setValue in class OptionWidget
See Also:
OptionWidget.setValue(java.lang.Object)

getWidgetComponent

public javax.swing.JComponent getWidgetComponent()
Creates the component that will be used as page for the options of this group.

Specified by:
getWidgetComponent in class OptionWidget
See Also:
OptionWidget.getWidgetComponent()


Copyright © 2011. All Rights Reserved.