Package | Description |
---|---|
ej.widget.basic |
Basic widgets.
|
ej.widget.composed |
Widgets composed with other widgets.
|
ej.widget.util |
Widgets utilities.
|
Modifier and Type | Method and Description |
---|---|
void |
Text.addOnClickListener(OnClickListener onClickListener)
Adds a listener on the click events of the text.
|
void |
ButtonImage.addOnClickListener(OnClickListener listener)
Adds a listener on the click events of the button.
|
void |
Button.addOnClickListener(OnClickListener listener)
Adds a listener on the click events of the button.
|
void |
Text.removeOnClickListener(OnClickListener onClickListener)
Removes a listener on the click events of the text.
|
void |
ButtonImage.removeOnClickListener(OnClickListener listener)
Removes a listener on the click events of the button.
|
void |
Button.removeOnClickListener(OnClickListener listener)
Removes a listener on the click events of the button.
|
Modifier and Type | Method and Description |
---|---|
void |
ButtonWrapper.addOnClickListener(OnClickListener listener)
Adds a listener on the click events of the button.
|
void |
ButtonWrapper.removeOnClickListener(OnClickListener listener)
Removes a listener on the click events of the button.
|
Modifier and Type | Method and Description |
---|---|
void |
ButtonHelper.addOnClickListener(OnClickListener listener)
Adds a listener on the click events of the button.
|
void |
ButtonHelper.removeOnClickListener(OnClickListener listener)
Removes a listener on the click events of the button.
|