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.Serializable
Layout 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.Layout
getCenter()
PaneDescription.Layout
getEast()
java.lang.String
getHeight()
int
getId()
PaneDescription.Layout
getNorth()
PaneDescription.Layout
getSouth()
java.util.List<PaneDescription.Layout>
getTabList()
java.lang.String
getTitle()
PaneDescription.Layout
getWest()
java.lang.String
getWidth()
boolean
isPanel()
boolean
isSelectedTab()
Checks if is selected tab.boolean
isTab()
void
setCenter(PaneDescription.Layout value)
void
setEast(PaneDescription.Layout value)
void
setHeight(java.lang.String value)
void
setId(int value)
void
setNorth(PaneDescription.Layout value)
void
setPanel(boolean value)
void
setSelectedTab(boolean selected)
Sets the selectedTab property.void
setSouth(PaneDescription.Layout value)
void
setTab(boolean value)
void
setTitle(java.lang.String value)
void
setWest(PaneDescription.Layout value)
void
setWidth(java.lang.String value)
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in 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
-
-