|
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.LyNumberBase
leon.view.LyNumber
public class LyNumber
The LyNumber class is a generated Java implementation that corresponds to the element NUMBER of the descriptive grammar of the views (views.dtd). <NUMBER> : Input Field of Number Type An input field of Number type allows displaying a graphical component allowing to input or to consult a number value. It does not comprise any element. It is possible to specify the minimum and the maximum value, the incrementation step, the number of decimals and the unit.
See also tag NUMBER of
grammar leon_views.dtd.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.view.LyComponent |
---|
LyComponent.EventType |
Field Summary | |
---|---|
static boolean |
SHOW_ARROWS
Indicates if we use arrows for number inputs. |
Fields inherited from class leon.view.LyNumberBase |
---|
__VERSION |
Fields inherited from class leon.view.LyComponent |
---|
_nbComponents, INIT_RESOURCE_ID, INTERNAL_ID_SEP, REWRITING_MODE, SEP_ID |
Constructor Summary | |
---|---|
LyNumber()
Default constructor. |
Method Summary | |
---|---|
int |
getMaxChars()
Get number of chars for LyNumber input. |
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.LyNumberBase |
---|
cloneComponent, getArrowDown, getArrowUp, getBean, getDecimals, getDisabledColor, getEnabledColor, getFont, getFontColor, getFormat, getId, getLabel, getNCols, getPitch, getTemplate, getUnit, getVMax, getVMin, isArrows, isDefaultArrowDown, isDefaultArrowUp, isDefaultDisabledColor, isDefaultEnabledColor, isDefaultFont, isDefaultFontColor, isModulo, setArrowDown, setArrows, setArrowUp, setBean, setDecimals, setDisabledColor, setEnabledColor, setFont, setFontColor, setFormat, setId, setLabel, setModulo, setNCols, setPitch, setTemplate, setUnit, setVMax, setVMin, writeXml |
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 boolean SHOW_ARROWS
Constructor Detail |
---|
public LyNumber()
Method Detail |
---|
public void showArrows(boolean showArrows)
showArrows
- Boolean indicating if attribute showArrows is set or unset.public boolean isShowArrows()
public int getMaxChars()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |