Class TableData.Column
java.lang.Object
com.kingsrook.qqq.backend.core.model.dashboard.widgets.TableData.Column
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accessorgetAlign()
Getter for alignGetter for headergetType()
Getter for typeGetter for verticalAligngetWidth()
Getter for widthvoid
setAccessor
(String accessor) Setter for accessorvoid
Setter for alignvoid
Setter for headervoid
Setter for typevoid
setVerticalAlign
(String verticalAlign) Setter for verticalAlignvoid
Setter for widthwithAccessor
(String accessor) fluent setter for accessorfluent setter for alignwithHeader
(String header) fluent setter for headerfluent setter for typewithVerticalAlign
(String verticalAlign) Fluent setter for verticalAlignfluent setter for width
-
Constructor Details
-
Column
-
-
Method Details
-
getType
Getter for type -
setType
Setter for type -
getHeader
Getter for header -
setHeader
Setter for header -
getAccessor
Getter for accessor -
setAccessor
Setter for accessor -
getWidth
Getter for width -
setWidth
Setter for width -
getAlign
Getter for align -
setAlign
Setter for align -
withHeader
fluent setter for header -
withAccessor
fluent setter for accessor -
withWidth
fluent setter for width -
withAlign
fluent setter for align -
withType
fluent setter for type -
getVerticalAlign
Getter for verticalAlign -
setVerticalAlign
Setter for verticalAlign -
withVerticalAlign
Fluent setter for verticalAlign
-