Package uibooster.model
Klasse RowFormBuilder
java.lang.Object
uibooster.model.FormBuilder
uibooster.model.RowFormBuilder
-
Konstruktorübersicht
KonstruktorBeschreibungRowFormBuilder
(String title, UiBoosterOptions options, FormBuilder parent, int hGap, int vGap) RowFormBuilder
(String title, UiBoosterOptions options, FormBuilder parent, int marginLeft, int marginTop, int marginRight, int marginBottom) -
Methodenübersicht
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, run, setChangeListener, setCloseListener, setInitListener, setMargin, show, startRow, startRow, startRow, startRow, startRow, startRow
-
Konstruktordetails
-
RowFormBuilder
public RowFormBuilder(String title, UiBoosterOptions options, FormBuilder parent, int marginLeft, int marginTop, int marginRight, int marginBottom) -
RowFormBuilder
public RowFormBuilder(String title, UiBoosterOptions options, FormBuilder parent, int hGap, int vGap)
-
-
Methodendetails
-
getRowElement
-
endRow
Beschreibung aus Klasse kopiert:FormBuilder
Stops the current created row. It has to be used after startRow()-method.- Setzt außer Kraft:
endRow
in KlasseFormBuilder
-