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.Layout
final PaneDescription.Layout
getEast()
final String
final int
getId()
final PaneDescription.Layout
getNorth()
final PaneDescription.Layout
getSouth()
final List<PaneDescription.Layout>
final String
getTitle()
final PaneDescription.Layout
getWest()
final String
getWidth()
final boolean
isPanel()
boolean
Checks if is selected tab.final boolean
isTab()
final void
setCenter
(PaneDescription.Layout value) final void
setEast
(PaneDescription.Layout value) final void
final void
setId
(int value) final void
setNorth
(PaneDescription.Layout value) final void
setPanel
(boolean value) void
setSelectedTab
(boolean selected) Sets the selectedTab property.final void
setSouth
(PaneDescription.Layout value) final void
setTab
(boolean value) final void
final void
setWest
(PaneDescription.Layout value) final void
toString()
-
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
-