Home | Trees | Indices | Help |
|
---|
|
object --+ | base.structure.StructureBase --+ | object --+ | | | base.common.Parser --+ | base.structure.ParseableStructure --+ | base.structure.Structure --+ | object --+ | | | base.meta.MetaMixin --+ | rscdef.column.ColumnBase --+ | rscdef.column.ParamBase --+ | InputKey
A description of a piece of input. Think of inputKeys as abstractions for input fields in forms, though they are used for services not actually exposing HTML forms as well. Some of the DDL-type attributes (e.g., references) only make sense here if columns are being defined from the InputKey. Properties evaluated: * defaultForForm -- a value entered into form fields by default (be stingy with those; while it's nice to not have to set things presumably right for almost everyone, having to delete stuff you don't want over and over is really annoying). * adaptToRenderer -- a true boolean literal here causes the param to be adapted for the renderer (e.g., float could become vizierexpr-float). You'll usually not want this, because the expressions are generally evaluated by the database, and the condDescs do the adaptation themselves. This is mainly for rare situations like file uploads in custom cores. * notForRenderer -- a renderer name for which this inputKey is suppressed * onlyForRenderer -- a renderer name for which this inputKey will be preserved; it will be dropped for all others.
Nested Classes | |
Inherited from |
Class Methods | |||
|
|||
Inherited from |
Class Variables | |
name_ =
a sentinel for all kinds of undefined values. |
|
metaModel = None hash(x) |
|
attrSeq =
|
|
managedAttrs =
|
|
Inherited from Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
|
|
|
raises a ValidationError if literal cannot be deserialised into an acceptable value for self.
|
parses some input for this input key. This takes into account multiplicities, type conversions, and all the remaining horrors. It will return a list or a single value, depending on multiplity. |
|
|
|
|
Class Variable Details |
attrSeq
|
managedAttrs
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |