|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyColumn | |
---|---|
org.springframework.richclient.widget.table |
Uses of PropertyColumn in org.springframework.richclient.widget.table |
---|
Methods in org.springframework.richclient.widget.table that return PropertyColumn | |
---|---|
PropertyColumn |
PropertyColumnTableDescription.addPropertyColumn(String propertyName)
|
PropertyColumn |
PropertyColumnTableDescription.addPropertyColumn(String propertyName,
Class<?> propertyType)
Create and add a column for the given property. |
PropertyColumn |
PropertyColumnTableDescription.addPropertyColumn(String propertyName,
int width,
Comparator comparator)
Deprecated. |
PropertyColumn |
PropertyColumnTableDescription.addPropertyColumn(String propertyName,
TableCellRenderer renderer)
Deprecated. |
PropertyColumn |
PropertyColumn.withComparator(Comparator<?> comparator)
|
PropertyColumn |
PropertyColumn.withEditor(AbstractDataEditorWidget dataEditor)
|
PropertyColumn |
PropertyColumn.withEditor(BindingFactory bindingFactory)
|
PropertyColumn |
PropertyColumn.withEditor(FormModel formModel)
|
PropertyColumn |
PropertyColumn.withEditor(TableCellEditor editor)
|
PropertyColumn |
PropertyColumn.withFilterColumn(boolean isFilterColumn)
|
PropertyColumn |
PropertyColumn.withFixedWidth(int width)
Chaining method to set the minimum and maximum width to the same value. |
PropertyColumn |
PropertyColumn.withHeaderKeys(String[] headerKeys)
Chaining method to set header keys. |
PropertyColumn |
PropertyColumn.withMaxWidth(int maxWidth)
Chaining method to set the maximum width. |
PropertyColumn |
PropertyColumn.withMinWidth(int minWidth)
Chaining method to set the minimum width. |
PropertyColumn |
PropertyColumn.withRenderer(TableCellRenderer renderer)
|
PropertyColumn |
PropertyColumn.withResizable(boolean resizable)
|
PropertyColumn |
PropertyColumn.withSelectColumn(boolean isSelectColumn)
|
PropertyColumn |
PropertyColumn.withVisible(boolean visible)
|
Method parameters in org.springframework.richclient.widget.table with type arguments of type PropertyColumn | |
---|---|
void |
PropertyColumnTableDescription.setPropertyColumns(Collection<PropertyColumn> propertyColumns)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |