|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.nms.fe.common.TableColumn
This class stores a single column information such as columnname, displayname and width of the column while viewing in the UI.
Serializable, Serialized Form| Constructor Summary | |
TableColumn(java.lang.String columnName)
Creates a new TableColumn instance. |
|
TableColumn(java.lang.String columnName,
java.lang.String displayName,
int width)
Creates a new TableColumn instance. |
|
| Method Summary | |
java.lang.String |
getColumnName()
Get the value of columnName. |
java.lang.String |
getDisplayName()
Get the value of displayName. |
int |
getWidth()
Get the value of width. |
void |
setColumnName(java.lang.String columnName)
Set the value of columnName. |
void |
setDisplayName(java.lang.String displayName)
Set the value of displayName. |
void |
setWidth(int width)
Set the value of width. |
java.lang.String |
toString()
Returns String representation of this object with '=' as the separator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TableColumn(java.lang.String columnName)
throws java.lang.IllegalArgumentException
TableColumn instance.columnName - a String valuejava.lang.IllegalArgumentException - if the columnName is null or a zero length string
public TableColumn(java.lang.String columnName,
java.lang.String displayName,
int width)
throws java.lang.IllegalArgumentException
TableColumn instance.columnName - a String valuedisplayName - a String valuewidth - an int valuejava.lang.IllegalArgumentException - if the columnName is null or a zero length string| Method Detail |
public java.lang.String getColumnName()
public void setColumnName(java.lang.String columnName)
columnName - Value to assign to columnName.public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName - Value to assign to displayName.public int getWidth()
public void setWidth(int width)
width - Value to assign to width.public java.lang.String toString()
String representation of this object with '=' as the separator.
The return type will be like display=column=widthtoString in class java.lang.Object
|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||