static ICombobutton |
ICombobuttonCtrl.from(Combobutton instance) |
|
static <I extends IPopupBase> ICombobutton |
ICombobutton.of(I iPopup) |
Returns the instance with the given popup
* @param popup The popup of the component
|
static ICombobutton |
ICombobutton.of(java.lang.String label) |
Returns the instance with the given label.
|
static <I extends IPopupBase> ICombobutton |
ICombobutton.of(java.lang.String label,
I popup) |
Returns the instance with the given label and popup.
|
static ICombobutton |
ICombobutton.of(java.lang.String label,
java.lang.String image) |
Returns the instance with the given label and image.
|
static ICombobutton |
ICombobutton.ofDir(IButtonBase.Direction dir) |
Returns the instance with the given dir.
|
static ICombobutton |
ICombobutton.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static ICombobutton |
ICombobutton.ofImage(java.lang.String image) |
Returns the instance with the given image.
|
static ICombobutton |
ICombobutton.ofOrient(IButtonBase.Orient orient) |
Returns the instance with the given orient.
|
static ICombobutton |
ICombobutton.ofType(IButtonBase.Type type) |
Returns the instance with the given type.
|
ICombobutton |
ICombobutton.withAutodrop(boolean autodrop) |
Returns a copy of this immutable component with the specified
autodrop .
|