| Package | de.wwsc.t3flex.vo.t3Standards |
| Class | public class T3DbElement |
| Subclasses | T3Fe_User, T3Pages, T3Tt_content, T3tt_news, T3tt_news_cat |
| Property | Defined by | ||
|---|---|---|---|
| className : String | T3DbElement | ||
| crdate : String | T3DbElement | ||
| cruser_id : uint | T3DbElement | ||
| data : ArrayCollection | T3DbElement | ||
| deleted : uint | T3DbElement | ||
| endTime : String | T3DbElement | ||
| fields : FieldArray | T3DbElement | ||
| hidden : uint | T3DbElement | ||
| myResultFunction : Function | T3DbElement | ||
| _name : String | T3DbElement | ||
| name : String | T3DbElement | ||
| pid : Number | T3DbElement | ||
| startTime : String | T3DbElement | ||
| sys_language_uid : Number | T3DbElement | ||
| _t3BaseFields : Object | T3DbElement | ||
| t3Table : String | T3DbElement | ||
| tstamp : String | T3DbElement | ||
| tx_templavoila_ds : uint | T3DbElement | ||
| tx_templavoila_flex : Object | T3DbElement | ||
| uid : Number | T3DbElement | ||
| Method | Defined by | ||
|---|---|---|---|
| T3DbElement | |||
|
addARelation(targetClass:Class, resultFunction:Function):void
| T3DbElement | ||
|
filterThisElement():Boolean
| T3DbElement | ||
|
getChildFromUid(uid:uint, resultFunction:Function):void
| T3DbElement | ||
|
getChildren(resultFunction:Function):void
| T3DbElement | ||
|
getParameter():Object
| T3DbElement | ||
|
removeRecord(resultFunction:Function, withWarning:Boolean = true):void
| T3DbElement | ||
|
updateOneDataField(dataField:String, resultFunction:Function, showBusyCursor:Boolean = false):void
| T3DbElement | ||
|
updateRecord(resultFunction:Function):void
| T3DbElement | ||
| className | property |
className:String [read-write]Implementation
public function get className():String
public function set className(value:String):void
| crdate | property |
public var crdate:String
| cruser_id | property |
public var cruser_id:uint
| data | property |
public var data:ArrayCollection
This property can be used as the source for data binding.
| deleted | property |
public var deleted:uint
| endTime | property |
public var endTime:String
| fields | property |
public var fields:FieldArray
| hidden | property |
public var hidden:uint
| myResultFunction | property |
public var myResultFunction:Function
| _name | property |
public var _name:String
| name | property |
name:String [read-write]Implementation
public function get name():String
public function set name(value:String):void
| pid | property |
public var pid:Number
| startTime | property |
public var startTime:String
| sys_language_uid | property |
public var sys_language_uid:Number
| _t3BaseFields | property |
public var _t3BaseFields:Object
| t3Table | property |
public var t3Table:String
| tstamp | property |
public var tstamp:String
| tx_templavoila_ds | property |
public var tx_templavoila_ds:uint
| tx_templavoila_flex | property |
tx_templavoila_flex:Object [read-write]Implementation
public function get tx_templavoila_flex():Object
public function set tx_templavoila_flex(value:Object):void
| uid | property |
public var uid:Number
| T3DbElement | () | constructor |
public function T3DbElement()
| addARelation | () | method |
public function addARelation(targetClass:Class, resultFunction:Function):voidParameters
targetClass:Class |
|
resultFunction:Function |
| filterThisElement | () | method |
public function filterThisElement():Boolean
Returns
Boolean |
| getChildFromUid | () | method |
public function getChildFromUid(uid:uint, resultFunction:Function):voidParameters
uid:uint |
|
resultFunction:Function |
| getChildren | () | method |
public function getChildren(resultFunction:Function):voidParameters
resultFunction:Function |
| getParameter | () | method |
public function getParameter():Object
Returns
Object |
| removeRecord | () | method |
public function removeRecord(resultFunction:Function, withWarning:Boolean = true):voidParameters
resultFunction:Function |
|
withWarning:Boolean (default = true) |
| updateOneDataField | () | method |
public function updateOneDataField(dataField:String, resultFunction:Function, showBusyCursor:Boolean = false):voidParameters
dataField:String |
|
resultFunction:Function |
|
showBusyCursor:Boolean (default = false) |
| updateRecord | () | method |
public function updateRecord(resultFunction:Function):voidParameters
resultFunction:Function |