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

Packages that use FieldReset
jp.terasoluna.fw.web.struts.reset Related to the ActionForm reset function of Struts in Web version  
 

Uses of FieldReset in jp.terasoluna.fw.web.struts.reset
 

Fields in jp.terasoluna.fw.web.struts.reset with type parameters of type FieldReset
private  java.util.Map<java.lang.String,FieldReset> ActionReset.fieldResets
           Map that retains the field element which is the reset process target.
 

Methods in jp.terasoluna.fw.web.struts.reset with parameters of type FieldReset
 void ActionReset.setFieldReset(FieldReset fieldReset)
          Sets field element which is the reset process target.