|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextButton.TextAlignment | |
|---|---|
| org.exoplatform.gwtframework.ui.client.command | |
| org.exoplatform.gwtframework.ui.client.component | |
| Uses of TextButton.TextAlignment in org.exoplatform.gwtframework.ui.client.command |
|---|
| Methods in org.exoplatform.gwtframework.ui.client.command that return TextButton.TextAlignment | |
|---|---|
TextButton.TextAlignment |
StatusTextControl.getTextAlignment()
|
| Methods in org.exoplatform.gwtframework.ui.client.command with parameters of type TextButton.TextAlignment | |
|---|---|
StatusTextControl |
StatusTextControl.setTextAlignment(TextButton.TextAlignment textAlignment)
|
| Uses of TextButton.TextAlignment in org.exoplatform.gwtframework.ui.client.component |
|---|
| Methods in org.exoplatform.gwtframework.ui.client.component that return TextButton.TextAlignment | |
|---|---|
TextButton.TextAlignment |
TextButton.getTextAlignment()
Get text alignment. |
static TextButton.TextAlignment |
TextButton.TextAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TextButton.TextAlignment[] |
TextButton.TextAlignment.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.exoplatform.gwtframework.ui.client.component with parameters of type TextButton.TextAlignment | |
|---|---|
void |
TextButton.setTextAlignment(TextButton.TextAlignment textAlignment)
Set text alignment. |
| Constructors in org.exoplatform.gwtframework.ui.client.component with parameters of type TextButton.TextAlignment | |
|---|---|
TextButton(java.lang.String text,
TextButton.TextAlignment textAlignment)
Create StatusText component. |
|
TextButton(java.lang.String text,
TextButton.TextAlignment textAlignment,
com.google.gwt.user.client.Command command)
Create StatusText component. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||