Class FIXGRIDExtractApply
java.lang.Object
org.eclnt.jsfserver.elements.util.FIXGRIDExtractApply
- All Implemented Interfaces:
IExtractApply
Extracts/applies the runtime grid configuration (column sequence, column
widths, column sorting) for a
FIXGRIDBinding instance.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidApply the extracted information.Extract the configuration as String.voidReset the configration to the default "without any configuration".
-
Constructor Details
-
FIXGRIDExtractApply
-
-
Method Details
-
extractData
Description copied from interface:IExtractApplyExtract the configuration as String.- Specified by:
extractDatain interfaceIExtractApply
-
applyData
Description copied from interface:IExtractApplyApply the extracted information.- Specified by:
applyDatain interfaceIExtractApply
-
resetToDefault
public void resetToDefault()Description copied from interface:IExtractApplyReset the configration to the default "without any configuration".- Specified by:
resetToDefaultin interfaceIExtractApply
-