Package com.saperion.ngc.iform
Class PaneDescription.Layout
java.lang.Object
com.saperion.ngc.iform.PaneDescription.Layout
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PaneDescription
Layout description.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal PaneDescription.Layoutfinal PaneDescription.LayoutgetEast()final Stringfinal intgetId()final PaneDescription.LayoutgetNorth()final PaneDescription.LayoutgetSouth()final List<PaneDescription.Layout>final StringgetTitle()final PaneDescription.LayoutgetWest()final StringgetWidth()final booleanisPanel()booleanChecks if is selected tab.final booleanisTab()final voidsetCenter(PaneDescription.Layout value) final voidsetEast(PaneDescription.Layout value) final voidfinal voidsetId(int value) final voidsetNorth(PaneDescription.Layout value) final voidsetPanel(boolean value) voidsetSelectedTab(boolean selected) Sets the selectedTab property.final voidsetSouth(PaneDescription.Layout value) final voidsetTab(boolean value) final voidfinal voidsetWest(PaneDescription.Layout value) final voidtoString()
-
Constructor Details
-
Layout
public Layout()
-
-
Method Details
-
toString
-
getTitle
- Returns:
- the title
-
setTitle
- Parameters:
value- the title to set
-
getNorth
- Returns:
- the north
-
setNorth
- Parameters:
value- the north to set
-
getSouth
- Returns:
- the south
-
setSouth
- Parameters:
value- the south to set
-
getWest
- Returns:
- the west
-
setWest
- Parameters:
value- the west to set
-
getEast
- Returns:
- the east
-
setEast
- Parameters:
value- the east to set
-
getCenter
- Returns:
- the center
-
setCenter
- Parameters:
value- the center to set
-
getHeight
- Returns:
- the height
-
setHeight
- Parameters:
value- the height to set
-
getWidth
- Returns:
- the width
-
setWidth
- 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
- 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
-