|
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.LyTextBase
leon.view.LyText
public class LyText
The LyText class is a generated Java implementation that corresponds to the element TEXT of the descriptive grammar of the views (views.dtd). <TEXT> : Input Field of Text Type An input field of Text type allows displaying a graphical input or text consultation component. It does not comprise any element. It is possible to specify if the text should be hidden, if it should respect a given format, if it can be divided into several lines and the maximum number of characters that it can contain.
See also tag TEXT of
grammar leon_views.dtd.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.view.LyTextBase |
---|
LyTextBase.Scroll, LyTextBase.TextAlign, LyTextBase.Type |
Nested classes/interfaces inherited from class leon.view.LyComponent |
---|
LyComponent.EventType |
Field Summary | |
---|---|
static int |
DEFAULT_NCOLS
Default NCOLS value. |
static int |
DEFAULT_NCOLS_EDITTABLE
default NCOLS value in edit table. |
static int |
DEFAULT_NROWS
Default NROWS value. |
static int |
DEFAULT_RICH_NCOLS_EDITTABLE
|
static boolean |
SHOW_ARROWS
Indicates if we use arrows for formatted text inputs. |
Fields inherited from class leon.view.LyTextBase |
---|
__VERSION |
Fields inherited from class leon.view.LyComponent |
---|
_nbComponents, INIT_RESOURCE_ID, INTERNAL_ID_SEP, REWRITING_MODE, SEP_ID |
Constructor Summary | |
---|---|
LyText()
Default constructor. |
Method Summary | |
---|---|
boolean |
isShowArrows()
Checks if value of attribute showArrows is set. |
void |
showArrows(boolean showArrows)
Initializes attribute showArrows to the given value. |
Methods inherited from class leon.view.LyFieldItem |
---|
addBeanData, buildBean, free, getBeanComponent, getBeanData, getBeanDatas, getChild, getChildCount, getErrorMessage, getFieldValue, getValue, setBeanComponent, setBeanDatas, setFieldValue, updateViewContent, validateInput |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int DEFAULT_NCOLS
public static int DEFAULT_NCOLS_EDITTABLE
public static int DEFAULT_RICH_NCOLS_EDITTABLE
public static int DEFAULT_NROWS
public static boolean SHOW_ARROWS
Constructor Detail |
---|
public LyText()
Method Detail |
---|
public void showArrows(boolean showArrows)
showArrows
- Boolean indicating if attribute showArrows is set or unset.public boolean isShowArrows()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |