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 QFieldSection
static QFieldSection
static QFieldSection
static QFieldSection
static String
Getter for defaultT1iconNamestatic String
Getter for defaultT1namestatic String
Getter for defaultT2iconNamestatic String
Getter for defaultT2namestatic String
Getter for defaultT3iconNamestatic String
Getter for defaultT3namestatic void
setDefaultT1iconName
(String defaultT1iconName) Setter for defaultT1iconNamestatic void
setDefaultT1name
(String defaultT1name) Setter for defaultT1namestatic void
setDefaultT2iconName
(String defaultT2iconName) Setter for defaultT2iconNamestatic void
setDefaultT2name
(String defaultT2name) Setter for defaultT2namestatic void
setDefaultT3iconName
(String defaultT3iconName) Setter for defaultT3iconNamestatic void
setDefaultT3name
(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
-