Package com.prineside.tdi2.ui.shared
Class ForwardButton
java.lang.Object
com.prineside.tdi2.managers.UiManager.UiComponent.Adapter
com.prineside.tdi2.ui.shared.ForwardButton
- All Implemented Interfaces:
Disposable,UiManager.UiComponent
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.prineside.tdi2.managers.UiManager.UiComponent
UiManager.UiComponent.Adapter -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhide()static ForwardButtoni()reset()setBackgroundColors(Color normalColor, Color hoverColor, Color activeColor, Color disabledColor) setClickHandler(Runnable clickHandler) setEnabled(boolean enabled) setText(CharSequence text) setVisible(boolean visible) Methods inherited from class com.prineside.tdi2.managers.UiManager.UiComponent.Adapter
dispose, isPersistent, postRender, preRender
-
Field Details
-
DEFAULT_NORMAL_COLOR
-
DEFAULT_HOVER_COLOR
-
DEFAULT_ACTIVE_COLOR
-
DEFAULT_DISABLED_COLOR
-
-
Constructor Details
-
ForwardButton
public ForwardButton()
-
-
Method Details
-
i
-
reset
-
setBackgroundColors
public ForwardButton setBackgroundColors(Color normalColor, Color hoverColor, Color activeColor, Color disabledColor) -
setIcon
-
setEnabled
-
setText
-
setVisible
-
setClickHandler
-
hide
public void hide()
-