|
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.LyPanel
leon.view.LyToolBase
leon.view.LyTool
public class LyTool
The LyTool class implements generic behavior for the TOOL components as described in views.dtd regardless of the requested target (win, swing, html...). It represents a tool.
LyComponent
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.view.LyToolBase |
---|
LyToolBase.Style |
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 | |
---|---|
LyTool(java.lang.String id,
java.lang.String label)
Constructor with all required attributes. |
Method Summary | |
---|---|
void |
setEnabled(boolean enabled)
Sets attribute enabled to the given value. |
Methods inherited from class leon.view.LyToolBase |
---|
cloneComponent, getClickColor, getColor, getComponent, getConstraint, getFont, getFontColor, getHeight, getId, getImage, getLabel, getOverview, getStyle, getStyle, getTemplate, getTooltip, getWidth, isDefaultClickColor, isDefaultColor, isDefaultFont, isDefaultFontColor, isDefaultImage, isDialog, isEnabled, isPressed, setClickColor, setColor, setComponent, setConstraint, setDialog, setFont, setFontColor, setHeight, setImage, setLabel, setOverview, setPressed, setStyle, setTemplate, setTooltip, setWidth, writeXml |
Methods inherited from class leon.view.LyPanel |
---|
generatePdf, getLastModified, isIdle, isScrollable, print, setIdle, setLastModified, setPopupMenu, setWaiting |
Methods inherited from class leon.view.LyFieldItem |
---|
addBeanData, buildBean, free, getBean, getBeanComponent, getBeanData, getBeanDatas, getChild, getChildCount, getErrorMessage, getFieldValue, getValue, setBean, 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 final java.lang.String __VERSION
Constructor Detail |
---|
public LyTool(java.lang.String id, java.lang.String label)
Method Detail |
---|
public void setEnabled(boolean enabled)
setEnabled
in interface LySetEnabledInterface
setEnabled
in class LyToolBase
enabled
- Boolean indicating if attribute enabled is set or unset.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |