Example usage for Java com.vaadin.ui TabSheet.Tab fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getCaption() |
boolean | isEnabled() |
boolean | isVisible() |
void | setCaption(String caption) |
void | setComponentError(ErrorMessage componentError) Sets the component's error message. |
void | setDescription(String description) Sets the component's description. |
void | setEnabled(boolean enabled) |
void | setIcon(Resource icon) Sets the component's icon. |
void | setId(String id) |
void | setVisible(boolean visible) |