|
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
public abstract class LyPanel
This class implements the generic behavior of the following classes : LyTable, LyTree, LyMap.
Nested Class Summary |
---|
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 | |
---|---|
LyPanel()
Default constructor. |
Method Summary | |
---|---|
void |
generatePdf(java.lang.String fileName)
Generate the content of the panel in a PDF document. |
long |
getLastModified()
Get the last modified date info (if any). |
boolean |
isIdle()
Sets or unset the idle mode on the component/node. |
boolean |
isScrollable()
Checks if the panel is scrollable or not. |
void |
print(LyPrintListenerInterface listener)
Print the content of the panel. |
void |
setIdle(boolean status)
Sets or unset the idle mode on the component/node. |
void |
setLastModified(long lastModified)
Set the last modified date info (if any). |
void |
setPopupMenu(LyPopupMenu popup)
Affectation of the popup menu. |
void |
setWaiting(boolean status)
Accessor to the waiting status. |
Methods inherited from class leon.view.LyFieldItem |
---|
addBeanData, buildBean, free, getBean, getBeanComponent, getBeanData, getBeanDatas, getChild, getChildCount, getErrorMessage, getFieldValue, getValue, setBean, 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 LyPanel()
Method Detail |
---|
public void setIdle(boolean status)
status
- new idle status (LySetIdleInterface interface)public boolean isIdle()
status
- new idle status (LySetIdleInterface interface)public boolean isScrollable()
public void setWaiting(boolean status)
setWaiting
in interface LySetWaitingInterface
status
- the new statusLySetWaitingInterface.setWaiting(boolean)
public void setPopupMenu(LyPopupMenu popup)
public void print(LyPrintListenerInterface listener)
public void generatePdf(java.lang.String fileName) throws java.io.IOException
generatePdf
in interface LyPdfInterface
java.io.IOException
public void setLastModified(long lastModified)
lastModified
- last modification date or -1 means info not available, or not
specified.public long getLastModified()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |