Package | Description |
---|---|
twaver | |
twaver.table | |
twaver.web | |
twaver.web.table |
Modifier and Type | Method and Description |
---|---|
ElementAttribute |
TPropertyDescriptor.getElementAttribute()
Get the element attribute which encapsulate more information
about the bound property.
|
Modifier and Type | Method and Description |
---|---|
static java.beans.PropertyDescriptor |
TWaverUtil.createPropertyDescriptor(java.lang.Class elementClass,
ElementAttribute attribute)
Create property descriptor by given class type and attribute.
|
boolean |
ElementAttributeVisibleFilter.isVisible(ElementAttribute attribute)
Tells whether the given element attribute is visible
in PropertySheet component.
|
void |
TPropertyDescriptor.setElementAttribute(ElementAttribute elementAttribute)
Set the element attribute which encapsulate more information
about the bound property.
|
Modifier and Type | Method and Description |
---|---|
ElementAttribute |
TTableColumn.getElementAttribute()
Gets the
ElementAttribute object connected with this column. |
ElementAttribute |
TPropertySheet.getElementAttribute(int rowIndex)
Get element attribute by specified row index.
|
Modifier and Type | Method and Description |
---|---|
javax.swing.table.TableCellEditor |
CellEditorManager.findEditor(ElementAttribute attribute,
java.lang.Object cellValue)
Find a registered cell editor.
|
javax.swing.table.TableCellRenderer |
CellRendererManager.findRenderer(ElementAttribute attribute,
java.lang.Object cellValue)
Find a renderer by given information.
|
int |
TPropertySheet.getRowIndexByElementAttribute(ElementAttribute attribute) |
protected boolean |
TPropertySheetPane.isVisible(ElementAttribute attribute) |
boolean |
TPropertySheet.isVisible(ElementAttribute attribute)
Checks whether the specified element attribute is visible on this sheet.
|
void |
TPropertySheet.selectRow(ElementAttribute attribute)
Select a row by an element attribute.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String[] |
TWebPropertySheet.getElementCustomDisplayValueAndRenderer(ElementAttribute attribute,
java.lang.Object propertyValue) |
protected java.lang.String[] |
TWebPropertySheet.getElementPreDefineDisplayValueAndRenderer(ElementAttribute attribute,
java.lang.Object propertyValue) |
boolean |
TWebPropertySheet.isVisible(ElementAttribute attribute)
Checks whether the specified element attribute is visible on this sheet.
|
Modifier and Type | Method and Description |
---|---|
ElementAttribute |
TWebTableColumn.getElementAttribute()
Gets the
ElementAttribute object connected with this
column. |
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.