|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.colle.forms.test.TestForm.State
Define the inner state FormSet class. This class extends the FormSet base class to provide useful helper methods.
Constructor Summary | |
TestForm.State(FormElement pxParent)
Create a new state FormSet element. |
Method Summary | |
void |
clearSelected()
Clears all currently selected values. |
FormSet |
getStructure()
Returns the inner set/structure object. |
boolean |
isAKSelected()
Check weather the AK value is selected. |
boolean |
isALSelected()
Check weather the AL value is selected. |
boolean |
isARSelected()
Check weather the AR value is selected. |
boolean |
isAZSelected()
Check weather the AZ value is selected. |
boolean |
isCASelected()
Check weather the CA value is selected. |
boolean |
isCOSelected()
Check weather the CO value is selected. |
boolean |
isCTSelected()
Check weather the CT value is selected. |
boolean |
isDESelected()
Check weather the DE value is selected. |
boolean |
isFLSelected()
Check weather the FL value is selected. |
boolean |
isGASelected()
Check weather the GA value is selected. |
boolean |
isLASelected()
Check weather the LA value is selected. |
boolean |
isNCSelected()
Check weather the NC value is selected. |
boolean |
isNDSelected()
Check weather the ND value is selected. |
boolean |
isNMSelected()
Check weather the NM value is selected. |
boolean |
isPASelected()
Check weather the PA value is selected. |
boolean |
isSCSelected()
Check weather the SC value is selected. |
boolean |
isVASelected()
Check weather the VA value is selected. |
void |
setAK(boolean pbValue)
Sets the selected state of the AK value. |
void |
setAL(boolean pbValue)
Sets the selected state of the AL value. |
void |
setAR(boolean pbValue)
Sets the selected state of the AR value. |
void |
setAZ(boolean pbValue)
Sets the selected state of the AZ value. |
void |
setCA(boolean pbValue)
Sets the selected state of the CA value. |
void |
setCO(boolean pbValue)
Sets the selected state of the CO value. |
void |
setCT(boolean pbValue)
Sets the selected state of the CT value. |
void |
setDE(boolean pbValue)
Sets the selected state of the DE value. |
void |
setFL(boolean pbValue)
Sets the selected state of the FL value. |
void |
setGA(boolean pbValue)
Sets the selected state of the GA value. |
void |
setLA(boolean pbValue)
Sets the selected state of the LA value. |
void |
setNC(boolean pbValue)
Sets the selected state of the NC value. |
void |
setND(boolean pbValue)
Sets the selected state of the ND value. |
void |
setNM(boolean pbValue)
Sets the selected state of the NM value. |
void |
setPA(boolean pbValue)
Sets the selected state of the PA value. |
void |
setSC(boolean pbValue)
Sets the selected state of the SC value. |
void |
setVA(boolean pbValue)
Sets the selected state of the VA value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestForm.State(FormElement pxParent)
pxParent
- parent in the form element treeMethod Detail |
public void clearSelected()
public boolean isAKSelected()
public void setAK(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isALSelected()
public void setAL(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isARSelected()
public void setAR(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isAZSelected()
public void setAZ(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isCASelected()
public void setCA(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isCOSelected()
public void setCO(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isCTSelected()
public void setCT(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isDESelected()
public void setDE(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isFLSelected()
public void setFL(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isGASelected()
public void setGA(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isLASelected()
public void setLA(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isNCSelected()
public void setNC(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isNDSelected()
public void setND(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isNMSelected()
public void setNM(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isPASelected()
public void setPA(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isSCSelected()
public void setSC(boolean pbValue)
pbValue
- FormSet value to be selectedpublic boolean isVASelected()
public void setVA(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 |