|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.view.LyComponent
leon.view.LyFieldItem
leon.view.LyDictionaryBase
leon.view.LyDictionary
public class LyDictionary
The LyDictionary class implements generic behavior for the DICTIONNARY components as described in views.dtd regardless of the requested target (win, swing, html...). It represents a dictionary component.
LyComponent
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.view.LyDictionaryBase |
---|
LyDictionaryBase.SelectionType |
Nested classes/interfaces inherited from class leon.view.LyComponent |
---|
LyComponent.EventType |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Fields inherited from class leon.view.LyComponent |
---|
_nbComponents, INIT_RESOURCE_ID, INTERNAL_ID_SEP, REWRITING_MODE, SEP_ID |
Constructor Summary | |
---|---|
LyDictionary()
Constructor with all required attributes. |
Method Summary | |
---|---|
LyEntry |
getEntry(java.lang.String id)
Retrieves an option from its id. |
boolean |
isRootHidden()
Indicates if this dictionary has its root hidden or not. |
void |
setRootHidden(boolean hidden)
Indicates that this dictionary has its root hidden or not. |
Methods inherited from class leon.view.LyFieldItem |
---|
addBeanData, buildBean, free, getBeanComponent, getBeanData, getBeanDatas, getChild, getChildCount, getErrorMessage, getFieldValue, getValue, setBeanComponent, setBeanDatas, setFieldValue, setLabel, updateViewContent, validateInput |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyDictionary()
Method Detail |
---|
public LyEntry getEntry(java.lang.String id)
public boolean isRootHidden()
public void setRootHidden(boolean hidden)
hidden
- true to hide the root, false otherwise.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |