|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.TableColumn
leon.view.win.swing.table.LyJTableColumn
public class LyJTableColumn
This class implements the properties of a table column. It has been created to access the footer value of a column.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Fields inherited from class javax.swing.table.TableColumn |
---|
CELL_RENDERER_PROPERTY, COLUMN_WIDTH_PROPERTY, HEADER_RENDERER_PROPERTY, HEADER_VALUE_PROPERTY |
Constructor Summary | |
---|---|
LyJTableColumn()
Default constructor. |
|
LyJTableColumn(int modelIndex)
Creates a table column object with the specified column model. |
|
LyJTableColumn(int modelIndex,
int width)
Creates a table column object with the specified attributes. |
|
LyJTableColumn(int modelIndex,
int width,
javax.swing.table.TableCellRenderer cellRenderer,
javax.swing.table.TableCellEditor cellEditor)
Creates a table column object with the specified attributes. |
Method Summary | |
---|---|
int |
getFooterAlign()
Gets the alignment of this footer. |
java.lang.Object |
getFooterValue()
Gets the value of the footer. |
java.lang.String |
getTooltip()
Gets value of tooltip. |
void |
setFooterAlign(int align)
Sets the alignment of the column's footer. |
void |
setFooterValue(java.lang.Object value)
Sets the value of the column's footer. |
void |
setTooltip(java.lang.String tooltip)
Sets attribute tooltip to the given value. |
Methods inherited from class javax.swing.table.TableColumn |
---|
addPropertyChangeListener, disableResizedPosting, enableResizedPosting, getCellEditor, getCellRenderer, getHeaderRenderer, getHeaderValue, getIdentifier, getMaxWidth, getMinWidth, getModelIndex, getPreferredWidth, getPropertyChangeListeners, getResizable, getWidth, removePropertyChangeListener, setCellEditor, setCellRenderer, setHeaderRenderer, setHeaderValue, setIdentifier, setMaxWidth, setMinWidth, setModelIndex, setPreferredWidth, setResizable, setWidth, sizeWidthToFit |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyJTableColumn()
public LyJTableColumn(int modelIndex)
modelIndex
- the index of this column in the columnModelpublic LyJTableColumn(int modelIndex, int width)
modelIndex
- the index of this column in the columnModelwidth
- the initial width of this columnpublic LyJTableColumn(int modelIndex, int width, javax.swing.table.TableCellRenderer cellRenderer, javax.swing.table.TableCellEditor cellEditor)
modelIndex
- the index of this column in the columnModelwidth
- the initial width of this columncellRenderer
- the component factory used to render a cellcellEditor
- the component factory used to render an editing cellMethod Detail |
---|
public java.lang.Object getFooterValue()
setFooterValue(Object)
public int getFooterAlign()
setFooterAlign(int)
public void setFooterValue(java.lang.Object value)
value
- the new value of this footergetFooterValue()
public void setFooterAlign(int align)
align
- the new alignment of this footergetFooterAlign()
public java.lang.String getTooltip()
setTooltip(String)
public void setTooltip(java.lang.String tooltip)
tooltip
- the new value of tooltipgetTooltip()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |