Package | Description |
---|---|
ej.style |
Base package containing the styling basic items.
|
ej.style.selector |
Default selectors implementations.
|
ej.style.util |
Styling utilities.
|
ej.widget |
Stylized widgets framework.
|
ej.widget.basic |
Basic widgets.
|
ej.widget.composed |
Widgets composed with other widgets.
|
Modifier and Type | Method and Description |
---|---|
static State |
State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Element.isInState(State state)
Gets whether or not the element is in the given state.
|
Constructor and Description |
---|
StateSelector(State state)
Creates a state selector with one state.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ElementAdapter.isInState(State state) |
Modifier and Type | Method and Description |
---|---|
boolean |
StyledWidget.isInState(State state) |
boolean |
StyledPanel.isInState(State state) |
boolean |
StyledDialog.isInState(State state) |
boolean |
StyledDesktop.isInState(State state) |
boolean |
StyledComposite.isInState(State state) |
Modifier and Type | Method and Description |
---|---|
boolean |
Text.isInState(State state) |
boolean |
ButtonImage.isInState(State state) |
boolean |
Button.isInState(State state) |
boolean |
Box.isInState(State state) |
Modifier and Type | Method and Description |
---|---|
boolean |
ToggleWrapper.isInState(State state) |
boolean |
ButtonWrapper.isInState(State state) |