info.joseluismartin.gui
Class ColumnDefinition
java.lang.Object
info.joseluismartin.gui.ColumnDefinition
public class ColumnDefinition
- extends Object
A Column definition for configuring ListTableModel with
inner beans in context.
- Since:
- 1.1
- Author:
- Jose Luis Martin - (jlm@joseluismartin.info)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnDefinition
public ColumnDefinition()
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name
- the name to set
getDisplayName
public String getDisplayName()
- Returns:
- the displayName
setDisplayName
public void setDisplayName(String displayName)
- Parameters:
displayName
- the displayName to set
isEditable
public boolean isEditable()
- Returns:
- the editable
setEditable
public void setEditable(boolean editable)
- Parameters:
editable
- the editable to set
getSortProperty
public String getSortProperty()
- Returns:
- the sortProperty
setSortProperty
public void setSortProperty(String sortProperty)
- Parameters:
sortProperty
- the sortProperty to set
getRenderer
public TableCellRenderer getRenderer()
- Returns:
- the renderer
setRenderer
public void setRenderer(TableCellRenderer renderer)
- Parameters:
renderer
- the renderer to set
getWidth
public Integer getWidth()
- Returns:
- the width
setWidth
public void setWidth(Integer width)
- Parameters:
width
- the width to set
getEditor
public TableCellEditor getEditor()
- Returns:
- the editor
setEditor
public void setEditor(TableCellEditor editor)
- Parameters:
editor
- the editor to set
getClazz
public Class<?> getClazz()
- Returns:
- the clazz
setClazz
public void setClazz(Class<?> clazz)
- Parameters:
clazz
- the clazz to set
setMessageSource
@Autowired
public void setMessageSource(org.springframework.context.MessageSource messageSource)
getMessageSource
public org.springframework.context.MessageSource getMessageSource()
Copyright © 2013 JDAL. All Rights Reserved.