public interface IButton extends IControlT<IButton>, IContentControl
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCancelButton()
Indicates the button is cancel button or not.
|
boolean |
getDefaultButton()
Indicates the button is default button or not.
|
boolean |
getDismissButton()
Indicates the button is dismiss button or not.
|
boolean |
getHelpButton()
Indicates the button is help button or not.
|
HorizontalAlignment |
getHorizontalTextAlignment()
Gets horizontal alignment.
|
TickLabelOrientation |
getOrientation()
Gets text orientation.
|
VerticalAlignment |
getVerticalTextAlignment()
Gets vertical alignment.
|
void |
setCancelButton(boolean value)
Indicates the button is cancel button or not.
|
void |
setDefaultButton(boolean value)
Indicates the button is default button or not.
|
void |
setDismissButton(boolean value)
Indicates the button is dismiss button or not.
|
void |
setHelpButton(boolean value)
Indicates the button is help button or not.
|
void |
setHorizontalTextAlignment(HorizontalAlignment value)
Sets horizontal alignment.
|
void |
setOrientation(TickLabelOrientation value)
Sets text orientation.
|
void |
setVerticalTextAlignment(VerticalAlignment value)
Sets vertical alignment.
|
getLockedText, getText, setLockedText, setTextbringToFront, delete, getBottomRightCell, getEnabled, getFormControlType, getHeight, getLeft, getLocked, getName, getParent, getPlacement, getPrintObject, getShapeRange, getTop, getTopLeftCell, getVisible, getWidth, getZOrder, sendToBack, setEnabled, setHeight, setLeft, setLocked, setName, setPlacement, setPrintObject, setTop, setVisible, setWidthHorizontalAlignment getHorizontalTextAlignment()
void setHorizontalTextAlignment(HorizontalAlignment value)
TickLabelOrientation getOrientation()
void setOrientation(TickLabelOrientation value)
VerticalAlignment getVerticalTextAlignment()
void setVerticalTextAlignment(VerticalAlignment value)
boolean getCancelButton()
void setCancelButton(boolean value)
boolean getDefaultButton()
void setDefaultButton(boolean value)
boolean getDismissButton()
void setDismissButton(boolean value)
boolean getHelpButton()
void setHelpButton(boolean value)