jp.terasoluna.fw.web.struts.reset
Class FieldReset

java.lang.Object
  extended by jp.terasoluna.fw.web.struts.reset.FieldReset

public class FieldReset
extends java.lang.Object

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.

See Also:
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

fieldName

private java.lang.String fieldName
Field name which is the reset process target.


select

private boolean select
Flag which selects the reset function for specified range.

Constructor Detail

FieldReset

public FieldReset()
Method Detail

getFieldName

public java.lang.String getFieldName()
Fetches the field name which is the reset process target.

Returns:
Field name which is the reset process target

setFieldName

public void setFieldName(java.lang.String fieldName)
Sets the field name which is the reset process target.

Parameters:
fieldName - Field name which is the reset process target

isSelect

public boolean isSelect()
Fetches the flag which selects the reset function for specified range.

Returns:
Flag which selects the reset function for specified range.

setSelect

public void setSelect(boolean select)
Sets the flag which selects the reset function for specified range.

Parameters:
select - Flag which selects the reset function for specified range