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 widthvoidsetAccessor(String accessor) Setter for accessorvoidSetter for alignvoidSetter for headervoidSetter for typevoidsetVerticalAlign(String verticalAlign) Setter for verticalAlignvoidSetter 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
-