Class SectionFactory
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.tables.SectionFactory
Factory class for creating "standard" qfield sections. e.g., if you want
the same t1, t2, and t3 section on all your tables, use this class to
produce them.
You can change the default name invalid input: '&' iconNames for those sections, but note,
this is a static/utility style class, so those settings are static fields.
The method customT2 is provided as not much of a shortcut over "doing it yourself",
but to allow all sections for a table to be produced through calls to this factory,
so they look more similar.
-
Method Summary
Modifier and TypeMethodDescriptionstatic QFieldSectionstatic QFieldSectionstatic QFieldSectionstatic QFieldSectionstatic StringGetter for defaultT1iconNamestatic StringGetter for defaultT1namestatic StringGetter for defaultT2iconNamestatic StringGetter for defaultT2namestatic StringGetter for defaultT3iconNamestatic StringGetter for defaultT3namestatic voidsetDefaultT1iconName(String defaultT1iconName) Setter for defaultT1iconNamestatic voidsetDefaultT1name(String defaultT1name) Setter for defaultT1namestatic voidsetDefaultT2iconName(String defaultT2iconName) Setter for defaultT2iconNamestatic voidsetDefaultT2name(String defaultT2name) Setter for defaultT2namestatic voidsetDefaultT3iconName(String defaultT3iconName) Setter for defaultT3iconNamestatic voidsetDefaultT3name(String defaultT3name) Setter for defaultT3name
-
Method Details
-
defaultT1
-
defaultT2
-
customT2
-
defaultT3
-
getDefaultT1name
Getter for defaultT1name -
setDefaultT1name
Setter for defaultT1name -
getDefaultT1iconName
Getter for defaultT1iconName -
setDefaultT1iconName
Setter for defaultT1iconName -
getDefaultT2name
Getter for defaultT2name -
setDefaultT2name
Setter for defaultT2name -
getDefaultT2iconName
Getter for defaultT2iconName -
setDefaultT2iconName
Setter for defaultT2iconName -
getDefaultT3name
Getter for defaultT3name -
setDefaultT3name
Setter for defaultT3name -
getDefaultT3iconName
Getter for defaultT3iconName -
setDefaultT3iconName
Setter for defaultT3iconName
-