leon.view
Class LyCharType
java.lang.Object
leon.view.LyComponent
leon.view.LyCharType
- All Implemented Interfaces:
- LyGetValueInterface
public class LyCharType
- extends LyComponent
- implements LyGetValueInterface
The LyCharType class is a generated Java implementation that corresponds to the element
CHARTYPE of the descriptive grammar of the views (views.dtd).
<CHARTYPE> : Character Type
A character type may be used to specify the characters allowed in a input field
of TEXT type. If no CHARTYPE is indicated for the TEXT field, this field accepts
all the default character types.
- See Also:
See also tag CHARTYPE of grammar leon_views.dtd.
Field Summary |
static java.lang.String |
__VERSION
|
Constructor Summary |
LyCharType(java.lang.String value)
Constructor with all required attributes. |
Method Summary |
LyComponent |
cloneComponent()
Method for cloning a component. |
java.lang.String |
getValue()
Gets value of value. |
void |
setValue(java.lang.String value)
Initializes attribute value to the given value. |
void |
writeXml(java.io.PrintWriter pw,
boolean debug)
Method to rewrite XML corresponding to this component. |
Methods inherited from class leon.view.LyComponent |
addComponent, addData, addEventFunction, clearChildrenBounds, free, freeze, getBounds, getChild, getChildCount, getChildFromCache, getChildrenBounds, getComponent, getComponent, getComponent, getComponent, getComponent, getComponentAt, getComponentAt, getComponentByInternalId, getComponentByLabel, getComponents, getComponentWithModel, getData, getDatas, getEnvironment, getEventFunctions, getId, getIdCode, getInternalId, getInternalView, getInternalView, getLock, getModel, getParent, getParentArea, getParentForm, getParentFormFieldId, getParentSplitter, getParentSplitter, getParentTab, getParentTab, getParentTabs, getParentTabs, getParentView, getRootController, getSetVisibleParent, getTag, getViewManager, isFreed, isFreeing, registerChildrenBounds, removeComponent, reset, resetChildrenCache, resetEventFunctions, setDatas, setInternalView, setVisible, useEventDefaultFunction, writeXml |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
__VERSION
public static final java.lang.String __VERSION
- See Also:
- Constant Field Values
LyCharType
public LyCharType(java.lang.String value)
- Constructor with all required attributes.
- Parameters:
value
- Value of the character type
cloneComponent
public LyComponent cloneComponent()
- Method for cloning a component.
- Specified by:
cloneComponent
in class LyComponent
getValue
public java.lang.String getValue()
- Gets value of value.
- Specified by:
getValue
in interface LyGetValueInterface
- Returns:
- value of value.
setValue
public void setValue(java.lang.String value)
- Initializes attribute value to the given value.
- Parameters:
value
- New value of value.
- Throws:
java.lang.IllegalArgumentException
- if value is null.
writeXml
public void writeXml(java.io.PrintWriter pw,
boolean debug)
- Method to rewrite XML corresponding to this component.
- Specified by:
writeXml
in class LyComponent
- Parameters:
pw
- the printWriter on which the XML is written.debug
- true if debug mode (full dump).
Website: W4 S.A., contact us: support@w4global.com