Class BGUTableColumn
java.lang.Object
ru.bitel.bgbilling.kernel.table.common.bean.BGUTableColumn
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BGUTableColumn
buildColumnBoolean
(String title, String name, int width) static BGUTableColumn
static BGUTableColumn
buildColumnDateTime
(String title, String name) static BGUTableColumn
static BGUTableColumn
static BGUTableColumn
static BGUTableColumn
buildColumnTextCenter
(String title, String name) static BGUTableColumn
buildColumnTextLeft
(String title, String name) static BGUTableColumn
static BGUTableColumn.Builder
builder()
int
int
getName()
int
ru.bitel.bgbilling.kernel.table.common.enums.BGUTableCellRenderer
getTitle()
boolean
boolean
setClassName
(String className) setEditable
(boolean editable) setMaxWidth
(int maxWidth) setMinWidth
(int minWidth) setPrefWidth
(int prefWidth) setSortable
(boolean sortable) setTableCellRenderer
(ru.bitel.bgbilling.kernel.table.common.enums.BGUTableCellRenderer tableCellRenderer) setWidth
(int width)
-
Constructor Details
-
BGUTableColumn
public BGUTableColumn()
-
-
Method Details
-
getTitle
-
getMinWidth
public int getMinWidth() -
getPrefWidth
public int getPrefWidth() -
getMaxWidth
public int getMaxWidth() -
getName
-
getClassName
-
isSortable
public boolean isSortable() -
isEditable
public boolean isEditable() -
getTableCellRenderer
public ru.bitel.bgbilling.kernel.table.common.enums.BGUTableCellRenderer getTableCellRenderer() -
setTitle
-
setMinWidth
-
setPrefWidth
-
setMaxWidth
-
setWidth
-
setName
-
setClassName
-
setSortable
-
setEditable
-
setTableCellRenderer
public BGUTableColumn setTableCellRenderer(ru.bitel.bgbilling.kernel.table.common.enums.BGUTableCellRenderer tableCellRenderer) -
buildColumnId
-
buildColumnPeriod
-
buildColumnTextCenter
-
buildColumnTextLeft
-
buildColumnComment
-
buildColumnDateTime
-
buildColumnBoolean
-
buildColumnUserName
-
buildColumnLastUpdate
-
builder
-