Class EditedTablePropertiesInfo
java.lang.Object
ro.sync.ecss.extensions.commons.table.properties.EditedTablePropertiesInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enumeration that contains the elements for every tab type. -
Constructor Summary
ConstructorsConstructorDescriptionEditedTablePropertiesInfo
(List<TabInfo> categories) Constructor.EditedTablePropertiesInfo
(List<TabInfo> categories, EditedTablePropertiesInfo.TAB_TYPE selectedTab) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionObtain the tab that is selected when the dialog is shown.
-
Constructor Details
-
EditedTablePropertiesInfo
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
- Returns:
- Returns the table properties mapped to the element name/alias.
-
getSelectedTab
Obtain the tab that is selected when the dialog is shown.- Returns:
- The tab that is selected when the dialog is shown.
-