Class EditedTablePropertiesInfo

java.lang.Object
ro.sync.ecss.extensions.commons.table.properties.EditedTablePropertiesInfo

@API(type=INTERNAL, src=PUBLIC) public class EditedTablePropertiesInfo extends Object
  • Constructor Details

    • EditedTablePropertiesInfo

      public EditedTablePropertiesInfo(List<TabInfo> categories)
      Constructor. This constructor will consider that table tab should be selected when the "Table Properties" dialog is shown.
      Parameters:
      categories - The properties that will be edited in the table properties for the given element. The element will be also the tab name in the dialog.
    • EditedTablePropertiesInfo

      public EditedTablePropertiesInfo(List<TabInfo> categories, EditedTablePropertiesInfo.TAB_TYPE selectedTab)
      Constructor.
      Parameters:
      categories - The properties that will be edited in the table properties for the given element. The element will be also the tab name in the dialog.
      selectedTab - The tab that is selected when the dialog is shown.
  • Method Details

    • getCategories

      public List<TabInfo> getCategories()
      Returns:
      Returns the table properties mapped to the element name/alias.
    • getSelectedTab

      public EditedTablePropertiesInfo.TAB_TYPE getSelectedTab()
      Obtain the tab that is selected when the dialog is shown.
      Returns:
      The tab that is selected when the dialog is shown.