public interface FormLayout
Modifier and Type | Method and Description |
---|---|
void |
addChildToFrame(org.zkoss.zk.ui.Component child,
int frameId)
Adds a child component to the specified frame.
|
void |
finishLayout()
Indicates that all children have been added.
|
org.zkoss.zk.ui.HtmlBasedComponent |
getFrame(int frameId)
Returns the frame with the specified ID.
|
int |
getType()
Returns the type of the layout.
|
boolean |
isTabPane(Integer id)
Check, if the element is a tab pane.
|
void |
setFrameDimensions(int frameId,
com.saperion.ngc.iform.xml.PosType framePosition)
Sets the dimensions of the specified frame.
|
void |
setStoredSizes(Map<Integer,AreaSize> sizes)
Sets the sizes of the layout areas that were stored in the backend-configuration.
|
int getType()
void addChildToFrame(org.zkoss.zk.ui.Component child, int frameId)
child
- child to addframeId
- frame idvoid setFrameDimensions(int frameId, com.saperion.ngc.iform.xml.PosType framePosition)
frameId
- id of the frameframePosition
- frame positionvoid finishLayout() throws FormRenderException
FormRenderException
- when the layout process failsboolean isTabPane(Integer id)
id
- IDorg.zkoss.zk.ui.HtmlBasedComponent getFrame(int frameId)
frameId
- frame idCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.