|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp.terasoluna.fw.web.struts.reset.FieldReset
public class FieldReset
Bean class that retains the reset information of field.
It is the configuration information which is loaded from form reset definition file (reset.xml). This information is stored and retained in this class for each
field.
Instance of this class is stored in ActionReset
instance.
ResetterPlugIn
,
Resetter
,
ActionReset
,
ResetterResources
,
FormEx
,
DynaValidatorActionFormEx
,
ValidatorActionFormEx
Field Summary | |
---|---|
private java.lang.String |
fieldName
Field name which is the reset process target. |
private boolean |
select
Flag which selects the reset function for specified range. |
Constructor Summary | |
---|---|
FieldReset()
|
Method Summary | |
---|---|
java.lang.String |
getFieldName()
Fetches the field name which is the reset process target. |
boolean |
isSelect()
Fetches the flag which selects the reset function for specified range. |
void |
setFieldName(java.lang.String fieldName)
Sets field name which is the reset process target. |
void |
setSelect(boolean select)
Sets the flag which selects the reset function for specified range. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String fieldName
private boolean select
Constructor Detail |
---|
public FieldReset()
Method Detail |
---|
public java.lang.String getFieldName()
public void setFieldName(java.lang.String fieldName)
fieldName
- Field name which is the reset process targetpublic boolean isSelect()
public void setSelect(boolean select)
select
- Flag which selects the reset function for specified range
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |