程序包 | 说明 |
---|---|
org.opencms.gwt.client.ui |
Classes to handle GWT ui.
|
org.opencms.gwt.client.ui.input |
GWT input widget classes for form input widgets.
|
org.opencms.gwt.client.ui.input.upload |
限定符和类型 | 方法和说明 |
---|---|
I_CmsButton.Size |
CmsPushButton.getSize()
Returns the size.
|
I_CmsButton.Size |
CmsToggleButton.getSize()
Returns the size.
|
static I_CmsButton.Size |
I_CmsButton.Size.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static I_CmsButton.Size[] |
I_CmsButton.Size.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsPushButton.setSize(I_CmsButton.Size size)
Sets the size.
|
void |
CmsToggleButton.setSize(I_CmsButton.Size size)
Sets the size.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsVfsLinkWidget.setButtonSize(I_CmsButton.Size size)
Set the browse button size.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsButton.Size |
CmsUploadButton.getSize()
Returns the size.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsUploadButton.setSize(I_CmsButton.Size size)
Sets the size.
|