public static class PaneDescription.Layout extends Object implements Serializable
Constructor and Description |
---|
Layout() |
Modifier and Type | Method and Description |
---|---|
PaneDescription.Layout |
getCenter() |
PaneDescription.Layout |
getEast() |
String |
getHeight() |
int |
getId() |
PaneDescription.Layout |
getNorth() |
PaneDescription.Layout |
getSouth() |
List<PaneDescription.Layout> |
getTabList() |
String |
getTitle() |
PaneDescription.Layout |
getWest() |
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(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(String value) |
void |
setWest(PaneDescription.Layout value) |
void |
setWidth(String value) |
String |
toString() |
public String toString()
toString
in class Object
Object.toString()
public final String getTitle()
public final void setTitle(String value)
value
- the title to setpublic final PaneDescription.Layout getNorth()
public final void setNorth(PaneDescription.Layout value)
value
- the north to setpublic final PaneDescription.Layout getSouth()
public final void setSouth(PaneDescription.Layout value)
value
- the south to setpublic final PaneDescription.Layout getWest()
public final void setWest(PaneDescription.Layout value)
value
- the west to setpublic final PaneDescription.Layout getEast()
public final void setEast(PaneDescription.Layout value)
value
- the east to setpublic final PaneDescription.Layout getCenter()
public final void setCenter(PaneDescription.Layout value)
value
- the center to setpublic final String getHeight()
public final void setHeight(String value)
value
- the height to setpublic final String getWidth()
public final void setWidth(String value)
value
- the width to setpublic final boolean isPanel()
public final void setPanel(boolean value)
value
- the panel to setpublic final int getId()
public final void setId(int value)
value
- the id to setpublic final boolean isTab()
public final void setTab(boolean value)
value
- the tab to setpublic final List<PaneDescription.Layout> getTabList()
public void setSelectedTab(boolean selected)
selected
- the new valuepublic boolean isSelectedTab()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.