Class PaneDescription.Layout

java.lang.Object
com.saperion.ngc.iform.PaneDescription.Layout
All Implemented Interfaces:
Serializable
Enclosing class:
PaneDescription

public static class PaneDescription.Layout extends Object implements Serializable
Layout description.
See Also:
  • Constructor Details

    • Layout

      public Layout()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also:
    • getTitle

      public final String getTitle()
      Returns:
      the title
    • setTitle

      public final void setTitle(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 String getHeight()
      Returns:
      the height
    • setHeight

      public final void setHeight(String value)
      Parameters:
      value - the height to set
    • getWidth

      public final String getWidth()
      Returns:
      the width
    • setWidth

      public final void setWidth(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 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