Package | Description |
---|---|
com.whitestein.lsps.test.web.components |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOrderedLayout
Abstract class which provides methods which work correctly on vertical layout, horizontal layout or css layout.
|
class |
InputComponent
Client-side InputComponent image.
|
class |
LspsActionLink
Client-side Action Link image.
|
class |
LspsButton
Client-side Button image.
|
class |
LspsCheckBox
Client-side CheckBox image.
|
class |
LspsComboBox
Client-side ComboBox image.
|
class |
LspsDateTextBox |
class |
LspsFormLayout |
class |
LspsHorizontalLayout
The horizontal layout client-side image.
|
class |
LspsMultiSelectList
Client-side Single Select List image.
|
class |
LspsNavigationLink |
class |
LspsOutputText
Client-side OutputText image.
|
class |
LspsPopup |
class |
LspsRadioButtonList
Client-side Single Select List image.
|
class |
LspsRepeater
Client-side Repeater image.
|
class |
LspsSingleSelectList
Client-side Single Select List image.
|
class |
LspsTabbedLayout
Client-side Tabbed Layout image.
|
class |
LspsTable
Client-side Table image.
|
class |
LspsTableColumn
Represents a table column.
|
class |
LspsTextArea
Client-side TextArea image.
|
class |
LspsTextBox
Client-side TextBox image.
|
class |
LspsTree
Client-side Tree image.
|
class |
LspsVerticalLayout
The vertical layout image.
|
Modifier and Type | Method and Description |
---|---|
UIComponent |
UIFinder.find(String id)
Finds element by given lsps id (your custom ID, not the modelingID).
|
UIComponent |
LspsTableColumn.getCell(int row)
Returns the cell component for this column, for given row.
|
UIComponent |
LspsTable.getCell(int row,
int col)
Returns the cell component for given row and column.
|
UIComponent |
AbstractOrderedLayout.getChild(int index)
Retrieves x-th child of this repeater.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.