Class EditedTablePropertiesInfo
- java.lang.Object
-
- ro.sync.ecss.extensions.commons.table.properties.EditedTablePropertiesInfo
-
@API(type=INTERNAL, src=PUBLIC) public class EditedTablePropertiesInfo extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EditedTablePropertiesInfo.TAB_TYPE
Enumeration that contains the elements for every tab type.
-
Constructor Summary
Constructors Constructor Description EditedTablePropertiesInfo(java.util.List<TabInfo> categories)
Constructor.EditedTablePropertiesInfo(java.util.List<TabInfo> categories, EditedTablePropertiesInfo.TAB_TYPE selectedTab)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TabInfo>
getCategories()
EditedTablePropertiesInfo.TAB_TYPE
getSelectedTab()
Obtain the tab that is selected when the dialog is shown.
-
-
-
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.
-
-