leon.view.mobile
Class LyMobileTable
java.lang.Object
leon.view.graphic.LyGraphicalObject
leon.view.mobile.LyMobileObject
leon.view.mobile.LyMobileTable
- All Implemented Interfaces:
- LyGraphicalComponent, LyGraphicalFieldItem, LyGraphicalPanel, LyGraphicalTable, LyViewComponent, LyMobileComponent, LyFreeInterface, LySetEnabledInterface
public class LyMobileTable
- extends LyMobileObject
- implements LyGraphicalTable
Method Summary |
void |
init()
|
void |
setEnabled(boolean enabled)
Updates attribute enabled to the given value. |
void |
setFooters(LyFooters footers)
Sets sub-component footers. |
void |
setHeaders(LyHeaders headers)
Sets sub-component headers. |
void |
setNRows(int nRows)
Updates attribute nRows to the given value. |
void |
writeJson(java.io.PrintWriter pw,
java.lang.String sessionId)
|
void |
writeXml(java.io.PrintWriter pw)
Write XML description corresponding to this component. |
Methods inherited from class leon.view.graphic.LyGraphicalObject |
expand, free, getBounds, getChildrenBounds, getController, getEnv, getEnvironment, getIdCode, getIntResource, getMessage, getMessage, getResource, getString, getString, getString, getViewComponent, getViewManager, isFreed, isFreeing, isImageAnimated, processDemand, processDemand, testResource, translate |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LyMobileTable
public LyMobileTable(LyTable table)
writeXml
public void writeXml(java.io.PrintWriter pw)
- Description copied from interface:
LyMobileComponent
- Write XML description corresponding to this component.
- Specified by:
writeXml
in interface LyMobileComponent
- Parameters:
pw
- the print writer
writeJson
public void writeJson(java.io.PrintWriter pw,
java.lang.String sessionId)
- Specified by:
writeJson
in interface LyMobileComponent
init
public void init()
- Specified by:
init
in interface LyMobileComponent
setEnabled
public void setEnabled(boolean enabled)
- Description copied from interface:
LyGraphicalTable
- Updates attribute enabled to the given value.
- Specified by:
setEnabled
in interface LyGraphicalTable
- Specified by:
setEnabled
in interface LySetEnabledInterface
- Parameters:
enabled
- Boolean indicating if attribute enabled is set or unset.
setHeaders
public void setHeaders(LyHeaders headers)
- Description copied from interface:
LyGraphicalTable
- Sets sub-component headers.
- Specified by:
setHeaders
in interface LyGraphicalTable
- Parameters:
headers
- New value of headers
setFooters
public void setFooters(LyFooters footers)
- Description copied from interface:
LyGraphicalTable
- Sets sub-component footers.
- Specified by:
setFooters
in interface LyGraphicalTable
- Parameters:
footers
- New value of footers
setNRows
public void setNRows(int nRows)
- Description copied from interface:
LyGraphicalTable
- Updates attribute nRows to the given value.
- Specified by:
setNRows
in interface LyGraphicalTable
- Parameters:
nRows
- New value of nRows.
Website: W4 S.A., contact us: support@w4global.com