public class WTabSheet.WTab extends Object implements Serializable
Constructor and Description |
---|
WTab(FormComponent contents)
Creates a new tab for the provided content.
|
Modifier and Type | Method and Description |
---|---|
String |
getCaption() |
String |
getCustomErrorMessage() |
void |
setCaption(String caption)
Sets the caption to the tab.
|
void |
setCustomErrorMessage(String error)
Set error message to the tab.
|
com.vaadin.ui.TabSheet.Tab |
tab()
Gets the tab.
|
public WTab(FormComponent contents)
contents
- the content of the tabpublic com.vaadin.ui.TabSheet.Tab tab()
public void setCaption(String caption)
caption
- the caption to set.public String getCaption()
public String getCustomErrorMessage()
public void setCustomErrorMessage(String error)
error
- Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.