Package uibooster.model
Klasse FormBuilderElementTyped<T>
java.lang.Object
uibooster.model.FormBuilder
uibooster.model.FormBuilderElementTyped<T>
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungDisables the lastly added element, if it supports this state.Defines a custom ID or name to the lastly added element.setTooltip
(String tooltip) Sets a message for the user, which explains the input element.Von Klasse geerbte Methoden uibooster.model.FormBuilder
addButton, addButton, addButton, addButton, addButton, addButton, addButton, addButton, addCheckbox, addCheckbox, addCheckbox, addCheckbox, addColorPicker, addColorPicker, addCustomElement, addDatePicker, addFontChooser, addFontChooser, addHtmlText, addHtmlText, addImage, addImage, addImageCentered, addLabel, addList, addMultipleSelection, addMultipleSelection, addMultipleSelection, addMultipleSelection, addProgress, addSelection, addSelection, addSelectionWithCheckboxes, addSelectionWithCheckboxes, addSelectionWithCheckboxes, addSlider, addTable, addTable, addText, addText, addText, addTextArea, addTextArea, addTextArea, addTextArea, addTextArea, andWindow, endRow, run, setChangeListener, setCloseListener, setInitListener, setMargin, show, startRow, startRow, startRow, startRow, startRow, startRow
-
Konstruktordetails
-
FormBuilderElementTyped
-
-
Methodendetails
-
bind
-
setID
Defines a custom ID or name to the lastly added element. It helps to identify this element in a custom change listener.- Parameter:
id
- expects an unique name or id for last added input element.
-
setTooltip
Sets a message for the user, which explains the input element. It appears on mouse-over.- Parameter:
tooltip
- a message for the user
-
setDisabled
Disables the lastly added element, if it supports this state.
-