|
Anyframe Web | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.validation.DataBinder
anyframe.web.springmvc.util.ria.mip.MiPDataBinder
public class MiPDataBinder
The class expanding the org.springframework.validation.DataBinder
As data changing util class, when using the Tobesoft's MiPlatform's to develop the UI, it includes the method for changing the value of VariableList and Dataset used as data transmitting object.
| Field Summary |
|---|
| Fields inherited from class org.springframework.validation.DataBinder |
|---|
DEFAULT_OBJECT_NAME, logger |
| Constructor Summary | |
|---|---|
MiPDataBinder(java.lang.Object target)
MiPDataBinder's constructor. |
|
MiPDataBinder(java.lang.Object target,
boolean convertToCamelCase)
MiPDataBinder's constructor. |
|
| Method Summary | |
|---|---|
void |
bind(com.tobesoft.platform.data.Dataset dataList,
int rowNum)
Maps to Dataset the VO's value set using the MiPDataBinder constructor |
void |
bind(com.tobesoft.platform.data.Dataset dataList,
int rowNum,
boolean isDeleted)
Maps to the Dataset the VO's value set using the MiPDataBinder constructor If delete record, the isDeleted is true. |
void |
bind(com.tobesoft.platform.data.VariableList variableList)
Maps to VariableList the VO's value set by using the MiPDataBinder constructor. |
| Methods inherited from class org.springframework.validation.DataBinder |
|---|
applyPropertyValues, bind, checkAllowedFields, checkRequiredFields, close, convertIfNecessary, convertIfNecessary, doBind, findCustomEditor, getAllowedFields, getBindingErrorProcessor, getBindingResult, getDisallowedFields, getErrors, getInternalBindingResult, getObjectName, getPropertyAccessor, getPropertyEditorRegistry, getRequiredFields, getSimpleTypeConverter, getTarget, getTypeConverter, initBeanPropertyAccess, initDirectFieldAccess, isAllowed, isIgnoreInvalidFields, isIgnoreUnknownFields, registerCustomEditor, registerCustomEditor, setAllowedFields, setBindingErrorProcessor, setDisallowedFields, setExtractOldValueForEditor, setIgnoreInvalidFields, setIgnoreUnknownFields, setMessageCodesResolver, setRequiredFields |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MiPDataBinder(java.lang.Object target)
target - Value Object
public MiPDataBinder(java.lang.Object target,
boolean convertToCamelCase)
target - Value ObjectconvertToCamenCase - When changing to CamelCase the attribute name, then true| Method Detail |
|---|
public void bind(com.tobesoft.platform.data.VariableList variableList)
variableList - VariableList
public void bind(com.tobesoft.platform.data.Dataset dataList,
int rowNum)
dataList - MiPlatform DatasetrowNum - the row number of record
public void bind(com.tobesoft.platform.data.Dataset dataList,
int rowNum,
boolean isDeleted)
dataList - MiPlatform DatasetrowNum - record's row numberisDeleted - when delete record, then true
|
Anyframe Web | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||