|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tbee.swing.table.TableColumn<T,V>
T - The type of the beanV - The type of the column (e.g. String)public class TableColumn<T,V>
| Field Summary | |
|---|---|
static String |
AUTOSETPROPERTYCLASS_PROPERTY_ID
|
static String |
BEANCLASS_PROPERTY_ID
|
static String |
EDITABLE_PROPERTY_ID
|
static String |
PROPERTYCLASS_PROPERTY_ID
|
static String |
PROPERTYNAME_PROPERTY_ID
|
static String |
SOURCECODE_VERSION
Standard variable for determining version of a class file. |
static String |
TITLE_PROPERTY_ID
|
| Constructor Summary | |
|---|---|
TableColumn()
|
|
TableColumn(Class<T> beanClass,
String propertyName,
boolean editable,
String title)
|
|
TableColumn(Class<V> propertyClass,
boolean editable,
String title)
|
|
TableColumn(String propertyName,
boolean editable,
String title)
|
|
TableColumn(String propertyName,
Class<V> propertyClass,
boolean editable,
String title)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SOURCECODE_VERSION
public static final String BEANCLASS_PROPERTY_ID
public static final String PROPERTYNAME_PROPERTY_ID
public static final String EDITABLE_PROPERTY_ID
public static final String PROPERTYCLASS_PROPERTY_ID
public static final String AUTOSETPROPERTYCLASS_PROPERTY_ID
public static final String TITLE_PROPERTY_ID
| Constructor Detail |
|---|
public TableColumn()
propertyName -
public TableColumn(String propertyName,
boolean editable,
String title)
propertyName - propertyClass - editable - title -
public TableColumn(Class<V> propertyClass,
boolean editable,
String title)
propertyClass - editable - title -
public TableColumn(String propertyName,
Class<V> propertyClass,
boolean editable,
String title)
propertyName - propertyClass - editable - title -
public TableColumn(Class<T> beanClass,
String propertyName,
boolean editable,
String title)
beanClass - propertyName - editable - title - | Method Detail |
|---|
public Class<T> getBeanClass()
public void setBeanClass(Class<T> value)
public TableColumn<T,V> withBeanClass(Class<T> value)
public String getPropertyName()
public void setPropertyName(String value)
public TableColumn<T,V> withPropertyName(String value)
public boolean getEditable()
public void setEditable(boolean value)
public TableColumn<T,V> withEditable(boolean value)
public Class<V> getPropertyClass()
public void setPropertyClass(Class<V> value)
public TableColumn<T,V> withPropertyClass(Class<V> value)
public boolean getAutoSetPropertyClass()
public void setAutoSetPropertyClass(boolean value)
public TableColumn<T,V> withAutoSetPropertyClass(boolean value)
public String getTitle()
public void setTitle(String value)
public TableColumn<T,V> withTitle(String value)
public PropertyChangeListener[] getPropertyChangeListeners()
getPropertyChangeListeners in interface nl.knowledgeplaza.util.PropertyChangeProviderpublic PropertyChangeListener[] getPropertyChangeListeners(String id)
getPropertyChangeListeners in interface nl.knowledgeplaza.util.PropertyChangeProviderpublic void addPropertyChangeListener(PropertyChangeListener pcl)
addPropertyChangeListener in interface nl.knowledgeplaza.util.PropertyChangeProvider
public void addPropertyChangeListener(String id,
PropertyChangeListener pcl)
addPropertyChangeListener in interface nl.knowledgeplaza.util.PropertyChangeProviderpublic void removePropertyChangeListener(PropertyChangeListener pcl)
removePropertyChangeListener in interface nl.knowledgeplaza.util.PropertyChangeProvider
public void removePropertyChangeListener(String id,
PropertyChangeListener pcl)
removePropertyChangeListener in interface nl.knowledgeplaza.util.PropertyChangeProvider
public void firePropertyChange(String id,
Object old,
Object newval)
public V getValue(T object)
public void setValue(T object,
V value)
public String getTooltip(Object object)
public void determinePropertyClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||