|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLumiSoft.UI.Controls.WGrid.Column
public class Column
Grid column.
| Method Summary | |
|---|---|
java.awt.Rectangle |
getBounds()
Gets column bounding rectangle. |
int |
getCellsTextAlign()
Gets column cells text horizontal alignment. |
java.lang.String |
getCellTextFormat()
Gets column cells text display format. |
java.lang.String |
getColumnName()
Gets column name. |
boolean |
getEditable()
Gets if column is editable. |
WBaseEditor |
getEditor()
Gets column editor. |
java.awt.Font |
getFont()
Gets column caption text font. |
java.lang.String |
getFootherText()
Gets column foother text. |
int |
getFootherTextAlign()
Gets column column foother text horiontal alignment. |
int |
getFootherType()
Gets column column foother type. |
int |
getIndex()
Gets physical column index. |
java.lang.String |
getMappingName()
Gets datasource DataTable mapping column. |
boolean |
getResizeable()
Gets if column can be resized. |
boolean |
getSortable()
Gets if column can be sorted. |
java.lang.Object |
getTag()
Gets column tag. |
java.lang.String |
getText()
Gets column caption. |
int |
getTextAlign()
Gets column text horiontal alignment. |
java.lang.String |
getTextID()
Gets column text ID. |
int |
getWidth()
Gets column width. |
boolean |
getVisible()
Gets if column is visible. |
void |
setCellsTextAlign(int value)
Sets column cells text horizontal alignment. |
void |
setCellTextFormat(java.lang.String value)
Sets column cells text display format. |
void |
setEditable(boolean value)
Sets if column is editable. |
void |
setEditor(WBaseEditor value)
Sets column editor. |
void |
setFont(java.awt.Font value)
Sets column caption text font. |
void |
setFootherText(java.lang.String value)
Sets column foother text. |
void |
setFootherTextAlign(int value)
Sets column column foother text horiontal alignment. |
void |
setFootherType(int value)
Sets column column foother type. |
void |
setIndex(int value)
Sets physical column index. |
void |
setMappingName(java.lang.String value)
Sets datasource DataTable mapping column. |
void |
setResizeable(boolean value)
Sets if column can be resized. |
void |
setSortable(boolean value)
Sets if column can be sorted. |
void |
setTag(java.lang.Object value)
Sets colum tag. |
void |
setText(java.lang.String value)
Sets column caption. |
void |
setTextAlign(int value)
Sets column text horiontal alignment. |
void |
setTextID(java.lang.String value)
Sets column text ID. |
void |
setWidth(int value)
Sets column width. |
void |
setVisible(boolean value)
Sets if column is visible. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getColumnName()
public java.lang.String getText()
public void setText(java.lang.String value)
value - public java.lang.String getTextID()
public void setTextID(java.lang.String value)
value - public int getTextAlign()
public void setTextAlign(int value)
value - public int getCellsTextAlign()
public void setCellsTextAlign(int value)
value - public java.lang.String getCellTextFormat()
public void setCellTextFormat(java.lang.String value)
value - public java.lang.String getMappingName()
public void setMappingName(java.lang.String value)
value - public java.awt.Font getFont()
public void setFont(java.awt.Font value)
value - public boolean getVisible()
public void setVisible(boolean value)
value - public boolean getEditable()
public void setEditable(boolean value)
value - public boolean getSortable()
public void setSortable(boolean value)
value - public boolean getResizeable()
public void setResizeable(boolean value)
value - public int getWidth()
public void setWidth(int value)
value - public java.lang.Object getTag()
public void setTag(java.lang.Object value)
value - public java.awt.Rectangle getBounds()
public java.lang.String getFootherText()
public void setFootherText(java.lang.String value)
value - public int getFootherTextAlign()
public void setFootherTextAlign(int value)
value - public int getFootherType()
public void setFootherType(int value)
value - public WBaseEditor getEditor()
public void setEditor(WBaseEditor value)
value - public int getIndex()
public void setIndex(int value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||