Package com.saperion.ngc.iform
Class PaneDescription.Layout
- java.lang.Object
-
- com.saperion.ngc.iform.PaneDescription.Layout
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PaneDescription
public static class PaneDescription.Layout extends java.lang.Object implements java.io.SerializableLayout description.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Layout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaneDescription.LayoutgetCenter()PaneDescription.LayoutgetEast()java.lang.StringgetHeight()intgetId()PaneDescription.LayoutgetNorth()PaneDescription.LayoutgetSouth()java.util.List<PaneDescription.Layout>getTabList()java.lang.StringgetTitle()PaneDescription.LayoutgetWest()java.lang.StringgetWidth()booleanisPanel()booleanisSelectedTab()Checks if is selected tab.booleanisTab()voidsetCenter(PaneDescription.Layout value)voidsetEast(PaneDescription.Layout value)voidsetHeight(java.lang.String value)voidsetId(int value)voidsetNorth(PaneDescription.Layout value)voidsetPanel(boolean value)voidsetSelectedTab(boolean selected)Sets the selectedTab property.voidsetSouth(PaneDescription.Layout value)voidsetTab(boolean value)voidsetTitle(java.lang.String value)voidsetWest(PaneDescription.Layout value)voidsetWidth(java.lang.String value)java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object- See Also:
Object.toString()
-
getTitle
public final java.lang.String getTitle()
- Returns:
- the title
-
setTitle
public final void setTitle(java.lang.String value)
- Parameters:
value- the title to set
-
getNorth
public final PaneDescription.Layout getNorth()
- Returns:
- the north
-
setNorth
public final void setNorth(PaneDescription.Layout value)
- Parameters:
value- the north to set
-
getSouth
public final PaneDescription.Layout getSouth()
- Returns:
- the south
-
setSouth
public final void setSouth(PaneDescription.Layout value)
- Parameters:
value- the south to set
-
getWest
public final PaneDescription.Layout getWest()
- Returns:
- the west
-
setWest
public final void setWest(PaneDescription.Layout value)
- Parameters:
value- the west to set
-
getEast
public final PaneDescription.Layout getEast()
- Returns:
- the east
-
setEast
public final void setEast(PaneDescription.Layout value)
- Parameters:
value- the east to set
-
getCenter
public final PaneDescription.Layout getCenter()
- Returns:
- the center
-
setCenter
public final void setCenter(PaneDescription.Layout value)
- Parameters:
value- the center to set
-
getHeight
public final java.lang.String getHeight()
- Returns:
- the height
-
setHeight
public final void setHeight(java.lang.String value)
- Parameters:
value- the height to set
-
getWidth
public final java.lang.String getWidth()
- Returns:
- the width
-
setWidth
public final void setWidth(java.lang.String value)
- Parameters:
value- the width to set
-
isPanel
public final boolean isPanel()
- Returns:
- the panel
-
setPanel
public final void setPanel(boolean value)
- Parameters:
value- the panel to set
-
getId
public final int getId()
- Returns:
- the id
-
setId
public final void setId(int value)
- Parameters:
value- the id to set
-
isTab
public final boolean isTab()
- Returns:
- the tab
-
setTab
public final void setTab(boolean value)
- Parameters:
value- the tab to set
-
getTabList
public final java.util.List<PaneDescription.Layout> getTabList()
- Returns:
- the tablist
-
setSelectedTab
public void setSelectedTab(boolean selected)
Sets the selectedTab property.- Parameters:
selected- the new value
-
isSelectedTab
public boolean isSelectedTab()
Checks if is selected tab.- Returns:
- true, if is selected tab
-
-