Package | Description |
---|---|
com.bstek.dorado.view.widget |
视图组件的基础实现。
|
com.bstek.dorado.view.widget.base | |
com.bstek.dorado.view.widget.form | |
com.bstek.dorado.view.widget.form.autoform | |
com.bstek.dorado.view.widget.grid | |
com.bstek.dorado.view.widget.layout |
各种布局管理器的实现。
|
Modifier and Type | Method and Description |
---|---|
static Align |
Align.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Align[] |
Align.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Align |
AbstractPanel.getButtonAlign() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPanel.setButtonAlign(Align buttonAlign) |
Modifier and Type | Method and Description |
---|---|
Align |
FormConfig.getLabelAlign() |
Align |
FormElement.getLabelAlign() |
Align |
FormProfile.getLabelAlign() |
Modifier and Type | Method and Description |
---|---|
void |
FormConfig.setLabelAlign(Align labelAlign) |
void |
FormElement.setLabelAlign(Align labelAlign) |
void |
FormProfile.setLabelAlign(Align labelAlign) |
Modifier and Type | Method and Description |
---|---|
Align |
AutoForm.getLabelAlign() |
Modifier and Type | Method and Description |
---|---|
void |
AutoForm.setLabelAlign(Align labelAlign) |
Modifier and Type | Method and Description |
---|---|
Align |
Column.getAlign() |
Align |
DataColumn.getAlign() |
Align |
Column.getHeaderAlign() |
Modifier and Type | Method and Description |
---|---|
void |
Column.setAlign(Align align) |
void |
DataColumn.setAlign(Align align) |
void |
Column.setHeaderAlign(Align headerAlign) |
Modifier and Type | Method and Description |
---|---|
Align |
FormLayoutConstraint.getAlign() |
Align |
VBoxLayout.getAlign() |
Align |
VBoxLayoutConstraintSupport.getAlign() |
Modifier and Type | Method and Description |
---|---|
void |
FormLayoutConstraint.setAlign(Align align) |
void |
VBoxLayout.setAlign(Align align) |
void |
VBoxLayoutConstraintSupport.setAlign(Align align) |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.