static IBandbox |
IBandboxCtrl.from(Bandbox instance) |
|
static IBandbox |
IBandbox.of(java.lang.String value) |
Return the instance of the given value.
|
static IBandbox |
IBandbox.of(java.lang.String value,
IBandpopup bandpopup) |
Return the instance of the given value and bandpopup child.
|
static IBandbox |
IBandbox.of(IBandpopup bandpopup) |
Return the instance of the given bandpopup child.
|
static IBandbox |
IBandbox.ofCols(int cols) |
Returns the instance with the given cols.
|
static IBandbox |
IBandbox.ofConstraint(java.lang.String constraint) |
Returns the instance with the given constraint.
|
static IBandbox |
IBandbox.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IBandbox |
IBandbox.withAutodrop(boolean autodrop) |
Returns a copy of this immutable component with the specified autodrop .
|
IBandbox |
IBandbox.withButtonVisible(boolean buttonVisible) |
Returns a copy of this immutable component with the specified buttonVisible .
|
IBandbox |
IBandbox.withIconSclass(java.lang.String iconSclass) |
Returns a copy of this immutable component with the specified iconSclass .
|
IBandbox |
IBandbox.withOpen(boolean open) |
Returns a copy of this immutable component with the specified sclass .
|
IBandbox |
IBandbox.withPopupWidth(java.lang.String popupWidth) |
Returns a copy of this immutable component with the specified popupWidth .
|