public interface IEEFTabDescriptor extends IEEFTabItem
This interface should not be extended or implemented. New instances should be created using
AbstractEEFTabDescriptor
.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TOP
If afterTab is not specified in the descriptor, we default to be the top tab.
|
Modifier and Type | Method and Description |
---|---|
EEFTabContents |
createTab()
Instantiate this tab's sections.
|
java.lang.String |
getAfterTab()
Get the identifier of the tab after which this tab should be displayed.
|
java.lang.String |
getCategory()
Get the category this tab belongs to.
|
java.lang.String |
getId()
Get the unique identifier for the tab.
|
java.lang.String |
getLabel()
Get the text label for the tab.
|
java.util.List<IEEFSectionDescriptor> |
getSectionDescriptors()
Get the list of section descriptors for the tab.
|
getImage, getText, isIndented, isSelected
static final java.lang.String TOP
EEFTabContents createTab()
java.lang.String getAfterTab()
java.lang.String getCategory()
java.lang.String getId()
java.lang.String getLabel()
java.util.List<IEEFSectionDescriptor> getSectionDescriptors()