|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryColumn
Representation of database column in the result of a query.
Query| Method Summary | |
|---|---|
java.lang.String |
getFieldName()
This method returns the name of the column as it is used in a query. |
QueryColumnLink |
getLink()
This method will return the width for use in the width
attribute of a HTML table tag. |
java.lang.String |
getName()
This method returns the name of the column for use in a header on a page. |
java.lang.String |
getWidth()
This method will return the width for use in the width
attribute of a HTML table tag. |
boolean |
isShowableColumn()
If true, the column will be displayed. |
boolean |
isShowableZeroValue()
If true, the column will display nothing for zero values. |
boolean |
isSortable()
This method returns true if the column may be sorted by clicking on the header. |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Method Detail |
|---|
boolean isShowableZeroValue()
java.lang.String getName()
java.lang.String getFieldName()
boolean isShowableColumn()
true if the column must be displayed, false otherwise.boolean isSortable()
true if the column may be sorted, false otherwise.java.lang.String getWidth()
width
attribute of a HTML table tag.
QueryColumnLink getLink()
width
attribute of a HTML table tag.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||