|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.uif.component.ConfigurableBase
org.kuali.rice.krad.uif.component.ComponentBase
org.kuali.rice.krad.uif.widget.WidgetBase
org.kuali.rice.krad.uif.widget.RichTable
public class RichTable
Decorates a HTML Table client side with various tools
Decorations implemented depend on widget implementation. Examples are sorting, paging and skinning.
| Field Summary |
|---|
| Fields inherited from interface org.kuali.rice.krad.uif.component.Ordered |
|---|
INITIAL_ORDER_VALUE |
| Fields inherited from interface org.springframework.core.Ordered |
|---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| Constructor Summary | |
|---|---|
RichTable()
|
|
| Method Summary | |
|---|---|
protected void |
buildTableOptions(CollectionGroup collectionGroup)
Builds column options for sorting |
protected String |
constructTableColumnOptions(boolean isSortable,
Class dataTypeClass,
String sortDataType)
Constructs the sort data type for each datatable columns. |
String |
getEmptyTableMessage()
Returns the text which is used to display text when the table is empty |
Set<String> |
getHiddenColumns()
|
Set<String> |
getSortableColumns()
|
boolean |
isDisableTableSort()
Returns true if sorting is disabled |
boolean |
isShowSearchAndExportOptions()
Returns true if search and export options are enabled |
void |
performFinalize(View view,
Object model,
Component component)
The following initialization is performed: Initializes component options for empty table message |
void |
setDisableTableSort(boolean disableTableSort)
Enables/disables the table sorting |
void |
setEmptyTableMessage(String emptyTableMessage)
Setter for a text to be displayed when the table is empty |
void |
setHiddenColumns(Set<String> hiddenColumns)
|
void |
setShowSearchAndExportOptions(boolean showSearchAndExportOptions)
Show/Hide the search and export options in tabletools |
void |
setSortableColumns(Set<String> sortableColumns)
|
| Methods inherited from class org.kuali.rice.krad.uif.widget.WidgetBase |
|---|
getComponentTypeName |
| Methods inherited from class org.kuali.rice.krad.uif.component.ConfigurableBase |
|---|
getPropertyExpression, getPropertyExpressions, setPropertyExpressions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.krad.uif.component.Configurable |
|---|
getPropertyExpression, getPropertyExpressions, setPropertyExpressions |
| Constructor Detail |
|---|
public RichTable()
| Method Detail |
|---|
public void performFinalize(View view,
Object model,
Component component)
performFinalize in interface ComponentperformFinalize in class ComponentBaseview - - view instance that should be finalized for renderingmodel - - top level object containing the datacomponent - - parent componentComponent.performFinalize(org.kuali.rice.krad.uif.view.View, java.lang.Object, org.kuali.rice.krad.uif.component.Component)protected void buildTableOptions(CollectionGroup collectionGroup)
collectionGroup -
protected String constructTableColumnOptions(boolean isSortable,
Class dataTypeClass,
String sortDataType)
public String getEmptyTableMessage()
public void setEmptyTableMessage(String emptyTableMessage)
emptyTableMessage - public boolean isDisableTableSort()
public void setDisableTableSort(boolean disableTableSort)
disableTableSort - the disableTableSort to setpublic boolean isShowSearchAndExportOptions()
public void setShowSearchAndExportOptions(boolean showSearchAndExportOptions)
showSearchAndExportOptions - the showSearchAndExportOptions to setpublic Set<String> getHiddenColumns()
public void setHiddenColumns(Set<String> hiddenColumns)
public Set<String> getSortableColumns()
public void setSortableColumns(Set<String> sortableColumns)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||