public class UICast extends Object
UIComponent
to other, more specific component, e.g.
outputText()
.
Warning: the type correctness is nearly impossible to check on client and is therefore not checked upon cast - you can e.g. lookup a table and cast it to a multi-select list - the
cast will succeed but the multi-select list methods will probably fail or return incorrect results.Modifier and Type | Method and Description |
---|---|
LspsAccordion |
accordion()
Casts this component to a accordion.
|
LspsActionLink |
actionLink()
Casts this component to an action link.
|
LspsButton |
button()
Casts this component to a button.
|
LspsCheckBox |
checkBox()
Casts this component to a check box.
|
LspsCheckboxList |
checkboxList()
Casts this component to a radio button list.
|
LspsComboBox |
comboBox()
Casts this component to combo box.
|
LspsDateTextBox |
dateTextBox()
Casts this component to a date text box.
|
LspsFormLayout |
formLayout()
Casts this component to a form layout.
|
LspsTable |
formsTable()
Casts this component to a table.
|
LspsTable.LspsTableRow |
formsTableRow()
Casts this component to a table row.
|
LspsGrid |
grid()
Casts this component to a grid.
|
LspsGrid.LspsGridRow |
gridRow()
Casts this component to a grid row.
|
LspsHorizontalLayout |
horizontalLayout()
Casts this component to a horizontal layout.
|
InputComponent |
inputComponent()
Casts this component to a general input component.
|
LspsMultiSelectList |
multiSelectList()
Casts this component to multi select list.
|
LspsNavigationLink |
navigationLink()
Casts this component to a navigation link.
|
LspsOutputText |
outputText()
Casts this component to a output text.
|
LspsPopup |
popup()
Casts this component to a popup.
|
LspsRadioButtonList |
radioButtonList()
Casts this component to a radio button list.
|
LspsRepeater |
repeater()
Casts this component to a repeater.
|
LspsRichTextArea |
richTextArea()
Casts this component to a rich text area.
|
LspsSingleSelectList |
singleSelectList()
Casts this component to single select list.
|
LspsTabbedLayout |
tabbedLayout()
Casts this component to a tabbed layout.
|
LspsUITable |
table()
Deprecated.
|
LspsTabSheet |
tabSheet()
Casts this component to a tab sheet.
|
LspsTextArea |
textArea()
Casts this component to a text area.
|
LspsTextBox |
textBox()
Casts this component to a text box.
|
LspsTokenField |
tokenField()
Casts this component to tokenfield.
|
LspsTree |
tree()
Casts this component to a vaadin 8 tree (not a tree table).
|
LspsTreeV7 |
treeV7()
Casts this component to a vaadin 7 tree (not a tree table).
|
LspsUITextArea |
uiTextArea()
Casts this component to a text area.
|
LspsVerticalLayout |
verticalLayout()
Casts this component to a vertical layout.
|
public InputComponent inputComponent()
public LspsRadioButtonList radioButtonList()
public LspsCheckboxList checkboxList()
public LspsRepeater repeater()
public LspsMultiSelectList multiSelectList()
public LspsSingleSelectList singleSelectList()
public LspsComboBox comboBox()
public LspsButton button()
public LspsCheckBox checkBox()
public LspsOutputText outputText()
public LspsTextBox textBox()
LspsTextBox
does not work with date text boxes - use dateTextBox()
instead.public LspsDateTextBox dateTextBox()
public LspsTextArea textArea()
public LspsRichTextArea richTextArea()
public LspsUITextArea uiTextArea()
@Deprecated public LspsUITable table()
public LspsVerticalLayout verticalLayout()
public LspsHorizontalLayout horizontalLayout()
public LspsTreeV7 treeV7()
public LspsTree tree()
public LspsFormLayout formLayout()
public LspsNavigationLink navigationLink()
public LspsActionLink actionLink()
public LspsTabbedLayout tabbedLayout()
public LspsPopup popup()
public LspsGrid grid()
public LspsGrid.LspsGridRow gridRow()
public LspsTable formsTable()
public LspsTable.LspsTableRow formsTableRow()
public LspsTabSheet tabSheet()
public LspsAccordion accordion()
public LspsTokenField tokenField()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.