Package uibooster.model.formelements
Klasse ButtonFormElement
-
Konstruktorübersicht
KonstruktorBeschreibungButtonFormElement
(String label, String buttonLabel, ButtonClickListener onClick) ButtonFormElement
(String label, String buttonLabel, ButtonClickListener onClick, Color backgroundColor, Color textColor) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcreateComponent
(FormElementChangeListener onChange) getValue()
void
setBackgroundColor
(Color backgroundColor) void
setEnabled
(boolean enable) void
setTextColor
(Color textColor) void
Von Klasse geerbte Methoden uibooster.model.FormElement
asColor, asColorHex, asDate, asDateFormatted, asFloat, asInt, asString, getId, getIndex, getLabel, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getTooltip, hasBinding, setBinding, setFormIndex, setId, setMargin, setTooltip, setValueFromBinding, toButton, toList, toProgress, toRow, toSelection, toTable
-
Konstruktordetails
-
ButtonFormElement
-
ButtonFormElement
public ButtonFormElement(String label, String buttonLabel, ButtonClickListener onClick, Color backgroundColor, Color textColor)
-
-
Methodendetails
-
createComponent
- Angegeben von:
createComponent
in KlasseFormElement<String>
-
setEnabled
public void setEnabled(boolean enable) - Angegeben von:
setEnabled
in KlasseFormElement<String>
-
getValue
- Angegeben von:
getValue
in KlasseFormElement<String>
-
setValue
- Angegeben von:
setValue
in KlasseFormElement<String>
-
getBackgroundColor
-
getTextColor
-
setBackgroundColor
-
setTextColor
-