com.jaxfront.core.ui
Interface TabbableView
- All Known Implementing Classes:
- AbstractCompositeTabView, AbstractCompositeView, AbstractListTypeView, AbstractListVisualizer, AbstractPagingView, AbstractSimpleListView, ComplexGroupListView, ComplexGroupView, PagingView, RecursionWrapper, SimpleGroupListView, SimpleGroupView, SimpleTypeListView, SimpleTypeTableListView
public interface TabbableView
This interface defines the method required by any object that would like to be a
view for tabable content.
- Version:
- 1.4.1
Method Summary |
Type |
getSelectedTabType()
|
void |
showTab(Type selectedType,
java.lang.Object component)
Shows/Selects the tab in which the given component is placed in. |
showTab
void showTab(Type selectedType,
java.lang.Object component)
- Shows/Selects the tab in which the given component is placed in.
- Parameters:
component
- of the tab to be shown
getSelectedTabType
Type getSelectedTabType()