Package overit.geocall.basic.ui.control
Class RowMessageElement
java.lang.Object
overit.geocall.ecs.ComposedElement
overit.geocall.basic.ui.control.RowMessageElement
- All Implemented Interfaces:
org.apache.ecs.Element,org.apache.ecs.ElementRegistry
This class, that extends
ComposedElement, is the one that defines the drawing logic of every RowMessage-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected booleanprotected Iconprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected StringFields inherited from class overit.geocall.ecs.ComposedElement
_osOut, _pw, _pwOutFields inherited from interface org.apache.ecs.Element
CENTER, LEFT, LOWERCASE, MIXEDCASE, RIGHT, UPPERCASE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcompose()protected Stringvoidset(Icon icon, String menu, String label, boolean disabled, boolean ro, String name, String destination, String param, String msg, String prompt, String anchor) Sets the parameters used to defines the specific RowMessageElementMethods inherited from class overit.geocall.ecs.ComposedElement
addElementToRegistry, addElementToRegistry, createEndTag, createStartTag, getBeginEndModifier, getBeginEndModifierDefined, getBeginStartModifier, getBeginStartModifierDefined, getCase, getCodeSet, getElementType, getEndEndModifier, getEndEndModifierDefined, getEndStartModifier, getEndStartModifierDefined, getEndTagChar, getFilterState, getNeedClosingTag, getNeedLineBreak, getPrettyPrint, getStartTagChar, getTabLevel, getTagPosition, getTagText, getVersion, out, out, outAttribute, outListAttribute, outListAttribute, outOn, outOut, output, output, registryHasElement, registryHasElement, removeBeginEndModifier, removeBeginStartModifier, removeElementFromRegistry, removeElementFromRegistry, removeEndEndModifier, removeEndStartModifier, setBeginEndModifier, setBeginModifier, setBeginModifier, setBeginStartModifier, setCase, setCodeSet, setElementType, setEndEndModifier, setEndModifier, setEndModifier, setEndStartModifier, setEndTagChar, setFilterState, setNeedClosingTag, setPrettyPrint, setStartTagChar, setTabLevel, setTagPosition, setTagText, toString, toString
-
Field Details
-
_icon
-
_roicon
-
_label
-
_ro
protected boolean _ro -
_disabled
protected boolean _disabled -
_name
-
_destination
-
_param
-
_msg
-
_prompt
-
_anchor
-
-
Constructor Details
-
RowMessageElement
public RowMessageElement()
-
-
Method Details
-
set
public void set(Icon icon, String menu, String label, boolean disabled, boolean ro, String name, String destination, String param, String msg, String prompt, String anchor) Sets the parameters used to defines the specific RowMessageElement- Parameters:
icon- AnIconmenu- String representing the menulabel- String representing the labeldisabled- Boolean indicating if is disabled or notro- Boolean indicating if is read-only or notname- String representing the namedestination- String representing the destinationparam- String representing the parametersmsg- String representing the messageprompt- String representing the promptanchor- String representing the anchor
-
compose
public void compose()- Specified by:
composein classComposedElement
-
nn
-