Class EditedTablePropertiesInfo


  • @API(type=INTERNAL,
         src=PUBLIC)
    public class EditedTablePropertiesInfo
    extends java.lang.Object
    • Constructor Detail

      • EditedTablePropertiesInfo

        public EditedTablePropertiesInfo​(java.util.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​(java.util.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 Detail

      • getCategories

        public java.util.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.