Class DBMS_FIELD_INPUTFIELDS

Description

Class DBMS_FIELD_INPUTFIELDS

  • author: Peter Krebs (pk)<p.krebs@lvus.at>
  • copyright: (c) 2002-2005 by LVUS <http://opencsp.lvu.at>
  • project: Open CSP-Management
  • since: pk-04-06-02
  • license: GNU Public License

Located in /db/frmClasses/DBMS_FIELD_INPUTFIELDS.phpclass (line 36)

DBMS_FIELD
   |
   --DBMS_FIELD_INPUTFIELDS
Variable Summary
 mixed $className
 string $classSrcFile
 array $fldLst
Method Summary
 void editTblForm ()
 DBMS_FIELD &fldAdd (string $key, [string $type = "unknown"], [array $dbDesc = NULL], [string $label = ""], [string $tbl = NOTBL], [bool $debug = FALSE])
 bool fldChangeType (int $fldNr, string $newType, [ $debug = FALSE])
 void fldDelete (int $fldNr, [ $debug = FALSE])
 array &getfldLst ()
 void getScreenValue ( $aValue, [ $arrName = "DBVAL"], [ $debug = FALSE])
 void save ()
 void setMyValues ([string $arrName = "DBVAL"], [bool $debug = FALSE])
 void writeField ( $mode, [ $aValue = ""], [ $arrName = "DBVAL"])
Variables
mixed $className = "INPUTFIELDS" (line 37)
string $classSrcFile = __FILE__ (line 50)

source file of the class

  • since: pk-05-02-19

Redefinition of:
DBMS_FIELD::$classSrcFile
source file of the class
array $fldLst = array() (line 42)

Inherited Variables

Inherited from DBMS_FIELD

DBMS_FIELD::$addTag
DBMS_FIELD::$ajaxDebug
DBMS_FIELD::$ajaxNotifyLst
DBMS_FIELD::$allowNull
DBMS_FIELD::$dbDesc
DBMS_FIELD::$defaultValue
DBMS_FIELD::$enableCopy
DBMS_FIELD::$enableEdit
DBMS_FIELD::$enableEditIfEmpty
DBMS_FIELD::$enableNew
DBMS_FIELD::$errMsg
DBMS_FIELD::$exportCSV
DBMS_FIELD::$extConfOptions
DBMS_FIELD::$extJSxType
DBMS_FIELD::$fieldtd_add
DBMS_FIELD::$fldDbgGetValue
DBMS_FIELD::$fldDebug
DBMS_FIELD::$hideAddTag_ro
DBMS_FIELD::$hideCopy
DBMS_FIELD::$hideEdit
DBMS_FIELD::$hideNew
DBMS_FIELD::$hideReadOnly
DBMS_FIELD::$inputAdd
DBMS_FIELD::$isHidden
DBMS_FIELD::$isSearchable
DBMS_FIELD::$js_check
DBMS_FIELD::$label
DBMS_FIELD::$labelcol_hide
DBMS_FIELD::$labeltd_add
DBMS_FIELD::$lstColSpan
DBMS_FIELD::$lstDisableLinks
DBMS_FIELD::$lstLabel
DBMS_FIELD::$lstLink
DBMS_FIELD::$lstTDAdd
DBMS_FIELD::$lstWidth
DBMS_FIELD::$maxlength
DBMS_FIELD::$myAjaxObj
DBMS_FIELD::$myBlock
DBMS_FIELD::$myBlockId
DBMS_FIELD::$myControll
DBMS_FIELD::$myCurrentMode
DBMS_FIELD::$myDataArrName
DBMS_FIELD::$myDeleteFlag
DBMS_FIELD::$myDesc
DBMS_FIELD::$myDOMId
DBMS_FIELD::$myForm
DBMS_FIELD::$myFrmId
DBMS_FIELD::$myGrpKey
DBMS_FIELD::$myHelpUrl
DBMS_FIELD::$myModuleKey
DBMS_FIELD::$myName
DBMS_FIELD::$myTable
DBMS_FIELD::$myTableAlias
DBMS_FIELD::$myView
DBMS_FIELD::$nullErrMsg
DBMS_FIELD::$ps_defaultDataArrName
DBMS_FIELD::$regexcheck_pattern
DBMS_FIELD::$regexErrMsg
DBMS_FIELD::$searchGroup_allowAll
DBMS_FIELD::$showGroup
DBMS_FIELD::$showInList
DBMS_FIELD::$showQasHidden
DBMS_FIELD::$showQuery
DBMS_FIELD::$size
DBMS_FIELD::$sortOrder
DBMS_FIELD::$srcVersion
DBMS_FIELD::$tabIndex
DBMS_FIELD::$toolTip
DBMS_FIELD::$toolTipAsTitle
DBMS_FIELD::$trimValue
Methods
editTblForm (line 56)

echos the definition form for the field

void editTblForm ()

Redefinition of:
DBMS_FIELD::editTblForm()
show the filed definition form
fldAdd (line 104)

adds a new field and get the class out of type if the class could not derived from $GLOBALS['DBMS_FIELD_CLASSES'][$type] DBMS_FIELD is used

DBMS_FIELD &fldAdd (string $key, [string $type = "unknown"], [array $dbDesc = NULL], [string $label = ""], [string $tbl = NOTBL], [bool $debug = FALSE])
  • string $key: column name
  • string $type: column db type
  • array $dbDesc
  • string $label
  • string $tbl
  • bool $debug
fldChangeType (line 176)

change the data type of a field

bool fldChangeType (int $fldNr, string $newType, [ $debug = FALSE])
  • int $fldNr: index of the field
  • string $newType: new data type
  • $debug
fldDelete (line 151)

deletes a field

void fldDelete (int $fldNr, [ $debug = FALSE])
  • int $fldNr
  • $debug
getfldLst (line 85)

returns the field list array

array &getfldLst ()
getScreenValue (line 202)
void getScreenValue ( $aValue, [ $arrName = "DBVAL"], [ $debug = FALSE])
  • $aValue
  • $arrName
  • $debug

Redefinition of:
DBMS_FIELD::getScreenValue()
returns the html representation of the field
save (line 74)

saves the definition form for the field

void save ()

Redefinition of:
DBMS_FIELD::save()
save the filed definition form
setMyValues (line 196)

sets populates $this->myValues array from the database

  • version: pk-03-12-18
void setMyValues ([string $arrName = "DBVAL"], [bool $debug = FALSE])
  • string $arrName
  • bool $debug
writeField (line 199)
void writeField ( $mode, [ $aValue = ""], [ $arrName = "DBVAL"])
  • $mode
  • $aValue
  • $arrName

Inherited Methods

Inherited From DBMS_FIELD

 DBMS_FIELD::DBMS_FIELD()
 DBMS_FIELD::allowNull()
 DBMS_FIELD::check()
 DBMS_FIELD::editLst_getAdminLstStyle()
 DBMS_FIELD::editLst_getClassSelectOptions()
 DBMS_FIELD::editTblForm()
 DBMS_FIELD::editTbl_echoForm()
 DBMS_FIELD::editTbl_getForm()
 DBMS_FIELD::fldTypeIsUseable()
 DBMS_FIELD::getAddTag()
 DBMS_FIELD::getBlockId()
 DBMS_FIELD::getDataArrName()
 DBMS_FIELD::getDBColName()
 DBMS_FIELD::getDBColType()
 DBMS_FIELD::getDbDefault()
 DBMS_FIELD::getdbDesc()
 DBMS_FIELD::getDebugMode()
 DBMS_FIELD::getDefaultValue()
 DBMS_FIELD::getFieldRow()
 DBMS_FIELD::getFieldRowCols()
 DBMS_FIELD::getFieldTag()
 DBMS_FIELD::getFrmId()
 DBMS_FIELD::getInputTag()
 DBMS_FIELD::getKey()
 DBMS_FIELD::getLabel()
 DBMS_FIELD::getLabelColTag()
 DBMS_FIELD::getListLink()
 DBMS_FIELD::getListLinkArr()
 DBMS_FIELD::getListValue()
 DBMS_FIELD::getLstColSpan()
 DBMS_FIELD::getLstLabel()
 DBMS_FIELD::getLstWidth()
 DBMS_FIELD::getModuleKey()
 DBMS_FIELD::getMyBlock()
 DBMS_FIELD::getMyForm()
 DBMS_FIELD::getMyFormName()
 DBMS_FIELD::getName()
 DBMS_FIELD::getObjectData()
 DBMS_FIELD::getObjectVars()
 DBMS_FIELD::getOrderNr()
 DBMS_FIELD::getScreenValue()
 DBMS_FIELD::getSetting()
 DBMS_FIELD::getShowGroup()
 DBMS_FIELD::getSize()
 DBMS_FIELD::getSourceFile()
 DBMS_FIELD::getTabIndex()
 DBMS_FIELD::getTable()
 DBMS_FIELD::getTblAlias()
 DBMS_FIELD::getToolTip()
 DBMS_FIELD::getType()
 DBMS_FIELD::getValId()
 DBMS_FIELD::get_lstTDAdd()
 DBMS_FIELD::incOrderNr()
 DBMS_FIELD::isAutoInc()
 DBMS_FIELD::isEnabled()
 DBMS_FIELD::isHidden()
 DBMS_FIELD::isLayoutFld()
 DBMS_FIELD::isMarkedDeleted()
 DBMS_FIELD::isPrimaryKey()
 DBMS_FIELD::isReadOnlyShown()
 DBMS_FIELD::isSearchable()
 DBMS_FIELD::isToShow()
 DBMS_FIELD::labelIsHidden()
 DBMS_FIELD::lstLinksDisabled()
 DBMS_FIELD::markDeleted()
 DBMS_FIELD::markUnDeleted()
 DBMS_FIELD::save()
 DBMS_FIELD::setDataArrName()
 DBMS_FIELD::setdbDesc()
 DBMS_FIELD::setFieldVar()
 DBMS_FIELD::setFrmId()
 DBMS_FIELD::setHidden()
 DBMS_FIELD::setLabel()
 DBMS_FIELD::setModuleKey()
 DBMS_FIELD::setMyBlock()
 DBMS_FIELD::setMyForm()
 DBMS_FIELD::setName()
 DBMS_FIELD::setObjectVars()
 DBMS_FIELD::setObjVarsFrom()
 DBMS_FIELD::setOrderNr()
 DBMS_FIELD::setShown()
 DBMS_FIELD::setTable()
 DBMS_FIELD::setTblAlias()
 DBMS_FIELD::showInList()

Documentation generated on Thu, 08 Jan 2009 17:42:07 +0100 by phpDocumentor 1.4.0a2