程序包 | 说明 |
---|---|
org.opencms.gwt.client.ui |
Classes to handle GWT ui.
|
org.opencms.gwt.client.ui.input.upload |
限定符和类型 | 方法和说明 |
---|---|
static I_CmsButton.ButtonStyle |
I_CmsButton.ButtonStyle.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static I_CmsButton.ButtonStyle[] |
I_CmsButton.ButtonStyle.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsPushButton.setButtonStyle(I_CmsButton.ButtonStyle style,
I_CmsButton.ButtonColor color)
Sets the button style.
|
void |
CmsToggleButton.setButtonStyle(I_CmsButton.ButtonStyle style,
I_CmsButton.ButtonColor color)
Sets the button style.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsUploadButton.setButtonStyle(I_CmsButton.ButtonStyle style,
I_CmsButton.ButtonColor color)
Sets the button style.
|