Package com.softwaremining.vendors.ile
Class ILEScreenDefReader
java.lang.Object
com.softwaremining.ui.XMLScreenDefReader
com.softwaremining.vendors.ile.ILEScreenDefReader
- All Implemented Interfaces:
IScreenConstants
-
Field Summary
Fields inherited from interface com.softwaremining.ui.web.IScreenConstants
SCREEN_ATTRIBUTE__ARRAY_INDEX, SCREEN_ATTRIBUTE__ARRAY_SIZE, SCREEN_ATTRIBUTE__DELIMITOR, SCREEN_ATTRIBUTE__ILE_CHANGE_INDICATOR, SCREEN_ATTRIBUTE__ILE_INPUT_WITH_INICATOR, SCREEN_ATTRIBUTE__INPUT, SCREEN_ATTRIBUTE__LENGTH, SCREEN_ATTRIBUTE__OWNER, SCREEN_ATTRIBUTE__PARAM, SCREEN_ATTRIBUTE__PICTURE, SCREEN_ATTRIBUTE__PRESENT_WHEN, SCREEN_ATTRIBUTE__SUM, SCREEN_ATTRIBUTE__TEXT_FROM, SCREEN_ATTRIBUTE__TO, SCREEN_ATTRIBUTE__TYPE, SCREEN_ATTRIBUTE__USING, SCREEN_ATTRIBUTE__VALUE, SCREEN_JSP_FILE_EXTENTION, SCREEN_XML_FILE_EXTENTION -
Constructor Summary
ConstructorsConstructorDescriptionILEScreenDefReader(String screenSourceName, String _screenName, CBLBean outputIndicators) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidpositionButtons(DisplayRequest buttonRequestContainer) Only shows the buttons that have been added to buttonRequestvoidindependent screen handlers are constructed for the following elements line, column, entry , image , foreground-color , background-color ...Methods inherited from class com.softwaremining.ui.XMLScreenDefReader
addEntryHandler, addScreenHandler, applyEntryHandlers, buildRequestEntry, checkInteger, getAcceptRequest, getAllRequest, getDisplayRequest, getEntryHandler, getParsedDocument, getScreenDefinition, getScreenDefinitionNames, getScreenHandler, getScreenXMLFileName, processScreenXML
-
Constructor Details
-
ILEScreenDefReader
- Parameters:
screenSourceName-_screenName-outputIndicators-
-
-
Method Details
-
createRequestEntry
- Overrides:
createRequestEntryin classXMLScreenDefReader
-
registerHandlers
public void registerHandlers()Description copied from class:XMLScreenDefReaderindependent screen handlers are constructed for the following elements line, column, entry , image , foreground-color , background-color ...- Overrides:
registerHandlersin classXMLScreenDefReader
-
positionButtons
Only shows the buttons that have been added to buttonRequest- Parameters:
buttonRequestContainer-
-