|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.colle.forms.test.TestForm.Color
Define the inner color FormSet class. This class extends the FormSet base class to provide useful helper methods.
Constructor Summary | |
TestForm.Color(FormElement pxParent)
Create a new color FormSet element. |
Method Summary | |
void |
clearSelected()
Clears all currently selected values. |
FormSet |
getStructure()
Returns the inner set/structure object. |
boolean |
isBlueSelected()
Check weather the blue value is selected. |
boolean |
isGreenSelected()
Check weather the green value is selected. |
boolean |
isIndigoSelected()
Check weather the indigo value is selected. |
boolean |
isOrangeSelected()
Check weather the orange value is selected. |
boolean |
isRedSelected()
Check weather the red value is selected. |
boolean |
isVioletSelected()
Check weather the violet value is selected. |
boolean |
isYellowSelected()
Check weather the yellow value is selected. |
void |
setBlue(boolean pbValue)
Sets the selected state of the blue value. |
void |
setGreen(boolean pbValue)
Sets the selected state of the green value. |
void |
setIndigo(boolean pbValue)
Sets the selected state of the indigo value. |
void |
setOrange(boolean pbValue)
Sets the selected state of the orange value. |
void |
setRed(boolean pbValue)
Sets the selected state of the red value. |
void |
setViolet(boolean pbValue)
Sets the selected state of the violet value. |
void |
setYellow(boolean pbValue)
Sets the selected state of the yellow value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestForm.Color(FormElement pxParent)
pxParent
- parent in the form element treeMethod Detail |
public void clearSelected()
public boolean isRedSelected()
public void setRed(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isOrangeSelected()
public void setOrange(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isYellowSelected()
public void setYellow(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isGreenSelected()
public void setGreen(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isBlueSelected()
public void setBlue(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isIndigoSelected()
public void setIndigo(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isVioletSelected()
public void setViolet(boolean pbValue)
pbValue
- FormSet value to be selectedpublic FormSet getStructure()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |