|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.efaps.ui.wicket.models.objects.UITableHeader
public class UITableHeader
| Nested Class Summary | |
|---|---|
static class |
UITableHeader.FilterType
Enum for the different types of filter. |
| Constructor Summary | |
|---|---|
UITableHeader(org.efaps.admin.ui.field.Field _field,
org.efaps.admin.ui.AbstractCommand.SortDirection _sortdirection,
org.efaps.admin.datamodel.Attribute _attr)
|
|
| Method Summary | |
|---|---|
org.efaps.admin.datamodel.Attribute |
getAttribute()
Get the Attribute belonging to this UITableHeader. |
long |
getFieldId()
Getter method for instance variable fieldId. |
java.lang.String |
getFieldName()
This is the getter method for the instance variable fieldName. |
java.lang.String |
getFilterDefault()
Getter method for instance variable filterDefault. |
UITableHeader.FilterType |
getFilterType()
Getter method for instance variable filterType. |
java.lang.String |
getLabel()
|
java.lang.String |
getMarkupId()
This is the getter method for the instance variable markupId. |
org.efaps.admin.ui.AbstractCommand.SortDirection |
getSortDirection()
This is the getter method for the instance variable sortDirection. |
int |
getWidth()
This is the getter method for the instance variable width. |
boolean |
isFilter()
This is the getter method for the instance variable filter. |
boolean |
isFilterApplied()
Getter method for instance variable filterApplied. |
boolean |
isFilterMemoryBased()
Getter method for instance variable filterMemoryBased. |
boolean |
isFilterPickList()
Getter method for instance variable filterPickList. |
boolean |
isFilterRequired()
Getter method for instance variable filterRequired. |
boolean |
isFixedWidth()
This is the getter method for the instance variable fixedWidth. |
boolean |
isSortable()
This is the getter method for the instance variable sortable. |
void |
setFilter(boolean _filter)
Setter method for instance variable filter. |
void |
setFilterApplied(boolean _filterApplied)
Setter method for instance variable filterApplied. |
void |
setMarkupId(java.lang.String _markupId)
This is the setter method for the instance variable markupId. |
void |
setSortable(boolean _sortable)
Setter method for instance variable sortable. |
void |
setSortDirection(org.efaps.admin.ui.AbstractCommand.SortDirection _sortDirection)
This is the setter method for the instance variable sortDirection. |
void |
setWidth(int _width)
This is the setter method for the instance variable width. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UITableHeader(org.efaps.admin.ui.field.Field _field,
org.efaps.admin.ui.AbstractCommand.SortDirection _sortdirection,
org.efaps.admin.datamodel.Attribute _attr)
_field - field_sortdirection - sort direction_attr - attribute this field is used for| Method Detail |
|---|
public org.efaps.admin.datamodel.Attribute getAttribute()
throws org.efaps.util.cache.CacheReloadException
org.efaps.util.cache.CacheReloadException - on errorpublic java.lang.String getLabel()
public boolean isSortable()
sortable.
sortablepublic void setFilter(boolean _filter)
filter.
_filter - value for instance variable filterpublic void setSortable(boolean _sortable)
sortable.
_sortable - value for instance variable sortablepublic java.lang.String getFieldName()
fieldName.
fieldNamepublic long getFieldId()
fieldId.
fieldIdpublic boolean isFilter()
filter.
filterpublic UITableHeader.FilterType getFilterType()
filterType.
filterTypepublic org.efaps.admin.ui.AbstractCommand.SortDirection getSortDirection()
sortDirection.
sortDirectionpublic void setSortDirection(org.efaps.admin.ui.AbstractCommand.SortDirection _sortDirection)
sortDirection.
_sortDirection - the sortDirection to setpublic int getWidth()
width.
widthpublic void setWidth(int _width)
width.
_width - the width to setpublic boolean isFixedWidth()
fixedWidth.
fixedWidthpublic java.lang.String getMarkupId()
markupId.
markupIdpublic void setMarkupId(java.lang.String _markupId)
markupId.
_markupId - the markupId to setpublic boolean isFilterPickList()
filterPickList.
filterPickListpublic boolean isFilterMemoryBased()
filterMemoryBased.
filterMemoryBasedpublic boolean isFilterRequired()
filterRequired.
filterRequiredpublic java.lang.String getFilterDefault()
filterDefault.
filterDefaultpublic boolean isFilterApplied()
filterApplied.
filterAppliedpublic void setFilterApplied(boolean _filterApplied)
filterApplied.
_filterApplied - value for instance variable filterApplied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||