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 |
---|---|
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.
|
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.
|
LspsHorizontalLayout |
horizontalLayout()
Casts this component to a horizontal layout.
|
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.
|
LspsSingleSelectList |
singleSelectList()
Casts this component to single select list.
|
LspsTabbedLayout |
tabbedLayout()
Casts this component to a tabbed layout.
|
LspsTable |
table()
Casts this component to a table.
|
LspsTextArea |
textArea()
Casts this component to a text area.
|
LspsTextBox |
textBox()
Casts this component to a text box.
|
LspsTree |
tree()
Casts this component to a tree (not a tree table).
|
LspsVerticalLayout |
verticalLayout()
Casts this component to a vertical layout.
|
public LspsRadioButtonList radioButtonList()
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 LspsTable table()
public LspsVerticalLayout verticalLayout()
public LspsHorizontalLayout horizontalLayout()
public LspsTree tree()
public LspsFormLayout formLayout()
public LspsNavigationLink navigationLink()
public LspsActionLink actionLink()
public LspsTabbedLayout tabbedLayout()
public LspsPopup popup()
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.