|
||||||||||
| 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>
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 propertyClass,
boolean editable,
String title)
|
|
TableColumn(Class beanClass,
String propertyName,
boolean editable,
String title)
|
|
TableColumn(String propertyName,
boolean editable,
String title)
|
|
TableColumn(String propertyName,
Class 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 propertyClass,
boolean editable,
String title)
propertyClass - editable - title -
public TableColumn(String propertyName,
Class propertyClass,
boolean editable,
String title)
propertyName - propertyClass - editable - title -
public TableColumn(Class beanClass,
String propertyName,
boolean editable,
String title)
beanClass - propertyName - editable - title - | Method Detail |
|---|
public Class getBeanClass()
public void setBeanClass(Class value)
public TableColumn withBeanClass(Class value)
public String getPropertyName()
public void setPropertyName(String value)
public TableColumn withPropertyName(String value)
public boolean getEditable()
public void setEditable(boolean value)
public TableColumn withEditable(boolean value)
public Class getPropertyClass()
public void setPropertyClass(Class value)
public TableColumn withPropertyClass(Class value)
public boolean getAutoSetPropertyClass()
public void setAutoSetPropertyClass(boolean value)
public TableColumn withAutoSetPropertyClass(boolean value)
public String getTitle()
public void setTitle(String value)
public TableColumn 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 Object 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 | |||||||||