public class LayoutStructure
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
LayoutStructure(UILayout layout) |
LayoutStructure(UILayoutPanel panel) |
Modifier and Type | Method and Description |
---|---|
void |
calculateWidth() |
UILayoutPanel |
getBottom() |
UILayoutPanel |
getCenter() |
int |
getColumns() |
int |
getDeep() |
UILayoutPanel |
getLeft() |
UILayoutPanel |
getRight() |
UILayoutPanel |
getTop() |
java.lang.String |
getWidth(UILayoutPanel panel) |
java.lang.String |
getWidth(UILayoutPanel panel,
float coeeficient) |
protected int |
layoutDeep(javax.faces.component.UIComponent component)
Calculate deep of layout components.
|
void |
sortPanels(UILayout layout) |
public LayoutStructure(UILayout layout)
public LayoutStructure(UILayoutPanel panel)
public void sortPanels(UILayout layout) throws javax.faces.FacesException
layout
- javax.faces.FacesException
public void calculateWidth() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public UILayoutPanel getTop()
public UILayoutPanel getBottom()
public UILayoutPanel getLeft()
public UILayoutPanel getRight()
public UILayoutPanel getCenter()
public int getColumns()
public java.lang.String getWidth(UILayoutPanel panel)
public java.lang.String getWidth(UILayoutPanel panel, float coeeficient)
panel
- coeeficient
- protected int layoutDeep(javax.faces.component.UIComponent component)
component
- public int getDeep()
Copyright © 2014. All Rights Reserved.