public class DatatablesConfig
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DatatablesConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getOrder() |
int |
getPageLength() |
java.lang.String |
getPagingType() |
FTableScrollPane |
getTable() |
int |
hashCode() |
boolean |
isAutoWidth() |
boolean |
isCellSwitchEnabled() |
boolean |
isCheckAllEnabled() |
boolean |
isDeleteRowEnabled() |
boolean |
isEditRowEnabled() |
boolean |
isInfo() |
boolean |
isNewRowEnabled() |
boolean |
isOrderIconToRight() |
boolean |
isOrdering() |
boolean |
isPaging() |
boolean |
isScrollX() |
boolean |
isSearching() |
boolean |
isShowRowIndexColumn() |
void |
setAutoWidth(boolean autoWidth) |
void |
setCellSwitchEnabled(boolean cellSwitchEnabled) |
void |
setCheckAllEnabled(boolean checkAllEnabled) |
void |
setDeleteRowEnabled(boolean deleteRowEnabled) |
void |
setEditRowEnabled(boolean editRowEnabled) |
void |
setInfo(boolean info) |
void |
setNewRowEnabled(boolean newRowEnabled) |
void |
setOrder(java.lang.String order) |
void |
setOrderIconToRight(boolean orderIconToRight) |
void |
setOrdering(boolean ordering) |
void |
setPageLength(int pageLength) |
void |
setPaging(boolean paging) |
void |
setPagingType(java.lang.String pagingType) |
void |
setScrollX(boolean scrollX) |
void |
setSearching(boolean searching) |
void |
setShowRowIndexColumn(boolean showRowIndexColumn) |
void |
setTable(FTableScrollPane table) |
java.lang.String |
toString() |
public void setTable(FTableScrollPane table)
public FTableScrollPane getTable()
public boolean isOrderIconToRight()
public void setOrderIconToRight(boolean orderIconToRight)
public boolean isAutoWidth()
public void setAutoWidth(boolean autoWidth)
public boolean isInfo()
public void setInfo(boolean info)
public boolean isOrdering()
public void setOrdering(boolean ordering)
public boolean isPaging()
public void setPaging(boolean paging)
public boolean isScrollX()
public void setScrollX(boolean scrollX)
public boolean isSearching()
public void setSearching(boolean searching)
public java.lang.String getOrder()
public void setOrder(java.lang.String order)
public int getPageLength()
public void setPageLength(int pageLength)
public java.lang.String getPagingType()
public void setPagingType(java.lang.String pagingType)
public boolean isNewRowEnabled()
public void setNewRowEnabled(boolean newRowEnabled)
public boolean isCheckAllEnabled()
public void setCheckAllEnabled(boolean checkAllEnabled)
public boolean isEditRowEnabled()
public void setEditRowEnabled(boolean editRowEnabled)
public boolean isDeleteRowEnabled()
public void setDeleteRowEnabled(boolean deleteRowEnabled)
public boolean isShowRowIndexColumn()
public void setShowRowIndexColumn(boolean showRowIndexColumn)
public boolean isCellSwitchEnabled()
public void setCellSwitchEnabled(boolean cellSwitchEnabled)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2022. All Rights Reserved.