A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
Table — class, package twaver.controls
This table is one of TWaver Flex graphical components that works with DataBox to display data hierarchy for telecom network data.
Table(dataBox:twaver:DataBox) — Constructor, class twaver.controls.Table
Create a table component connecting to the specified data box.
TableColumn — class, package twaver.controls
This class defines a column for TWaver Flex table component.
TableColumn(columnName:String) — Constructor, class twaver.controls.TableColumn
Constructor of this talbe column.
TableData — Dynamic Class, package twaver.controls
This dynamic class defines a table data.
TableData(data:twaver:IData) — Constructor, class twaver.controls.TableData
Create a table data wraps the specified TWaver Flex data.
TABLE_ITERATE_MODE — Static Property, class twaver.Defaults
Default iterate mode.
TABLE_MAKE_VISIBLE_ON_SELECTED — Static Property, class twaver.Defaults
Default value whether element will be scrolled to make sure visible when selected on talbe component.
timer — Property, class twaver.network.layout.CloudLayouter
Get the timer of this layouter.
timerDelay — Property, class twaver.network.layout.CloudLayouter
Get the delay value of internal timer.
timerDelay — Property, class twaver.network.layout.SpringLayouter
Get internal timer delay value.
toAgent — Property, class twaver.Link
Get end/to agent.
toAgentLinks — Property, class twaver.Node
Get all agential to/end links of this node with a collection.
toArray() — method, class twaver.Collection
Get all objects in this collection with an Array.
toArray() — method, interface twaver.ICollection
Get all objects in this collection with an Array.
toChildren(matchFunction:Function) — method, class twaver.Data
Iterate children collection by given callback function.
toChildren(matchFunction:Function) — method, interface twaver.IData
Return all children as a collection filtered by the specified function.
toCollection(filterFunction:Function) — method, class twaver.Collection
toCollection(filterFunction:Function) — method, interface twaver.ICollection
toDatas(matchFunction:Function) — method, class twaver.DataBox
Create a new collection, put all data inside this collection, and return this collection.
toDegrees(radian:Number) — Static Method , class twaver.Utils
Change specified angle from radian to degree.
toHexString(object:Object) — Static Method , class twaver.Utils
Get a hex string format of specified number object.
toLinks — Property, class twaver.Node
Get all to/end links end to this node.
toNode — Property, class twaver.Link
Get end/to node of this link.
toNode — Property, class twaver.network.interaction.CreateLinkInteractionHandler
toolTip — Property, class twaver.Data
Get the tooltip text of this data.
toolTip — Property, class twaver.DataBox
Get the tooltip text of this data.
toolTip — Property, interface twaver.IData
Get tooltip of this data.
toolTipFunction — Property, class twaver.charts.ChartBase
toolTipFunction — Property, class twaver.controls.Tree
Get tree node tooltip generator.
toolTipFunction — Property, class twaver.network.Network
Get the tooltip content generator of this network.
TOOLTIP_FUNCTION — Static Property, class twaver.Defaults
Default element tooltip text generator function.
topCanvas — Property, class twaver.network.Network
Get top canvas of this network.
toPoint — Property, class twaver.network.ui.LinkUI
Get the link from point.
toRadians(degree:Number) — Static Method , class twaver.Utils
Change specified angle from degree to radian.
toSelection(matchFunction:Function) — method, class twaver.SelectionModel
Get all selected data by specified filter function and return as a collection.
toString() — method, class twaver.AlarmSeverity
toString() — method, class twaver.Collection
toString() — method, class twaver.Data
toString() — method, class twaver.DataBox
toString() — method, interface twaver.ICollection
toString() — method, interface twaver.IData
toString() — method, class twaver.controls.TreeData
If data box (the root tree node of this tree), return dataBox.toString; otherwise, return data.toString.
translate(dx:Number, dy:Number) — method, class twaver.Node
Translate node location to specified offset.
transparentSelectionEnable — Property, class twaver.network.Network
Get value whether select the node element by clicking the transparent area of the node image.
tree — Property, class twaver.controls.TreeData
Get the tree component
tree — Property, class twaver.controls.TreeInteractionEvent
Tree — class, package twaver.controls
TWaver Flex tree component is one of TWaver Flex graphical components that works with data box and TWaver Flex MVC framework.
Tree(dataBox:twaver:DataBox) — Constructor, class twaver.controls.Tree
Constructor.
TREE_ALARM_FILL_ALPHA — Constant Static Property, class twaver.Styles
Style name of the tree node small alarm indicator's fill alpha transparent value.
TREE_ALARM_FILL_COLOR — Constant Static Property, class twaver.Styles
Style name of the tree node small alarm indicator's fill color.
TREE_ALARM_FILL_COLOR_FUNCTION — Static Property, class twaver.Defaults
Default tree node alarm fill color generator function.
TREE_ALARM_GRADIENT — Constant Static Property, class twaver.Styles
Style name of the tree node small alarm indicator's fill gradient pattern.
TREE_ALARM_GRADIENT_ALPHA — Constant Static Property, class twaver.Styles
Style name of the tree node small alarm indicator's gradient fill color transparency.
TREE_ALARM_GRADIENT_COLOR — Constant Static Property, class twaver.Styles
Style name of the tree node small alarm indicator's gradient fill color.
TREE_ALARM_HEIGHT — Constant Static Property, class twaver.Styles
Style name of the small alarm indicator height value on tree node.
TREE_ALARM_OUTLINE_ALPHA — Constant Static Property, class twaver.Styles
Style name of the tree node small alarm indicator's outline color transparency.
TREE_ALARM_OUTLINE_COLOR — Constant Static Property, class twaver.Styles
Style name of the tree node small alarm indicator's outline color.
TREE_ALARM_OUTLINE_WIDTH — Constant Static Property, class twaver.Styles
Style name of the tree node small alarm indicator's outline stroke width.
TREE_ALARM_POSITION — Constant Static Property, class twaver.Styles
Style indicates the small alarm indicator location of tree node icon.
TREE_ALARM_SHAPE — Constant Static Property, class twaver.Styles
Style name of the small alarm indicator shape on tree node.
TREE_ALARM_WIDTH — Constant Static Property, class twaver.Styles
Style name of the small alarm indicator width value on tree node.
TREE_ALARM_XOFFSET — Constant Static Property, class twaver.Styles
Style name of the small alarm indicator's x offset of the location on tree node.
TREE_ALARM_YOFFSET — Constant Static Property, class twaver.Styles
Style name of the small alarm indicator's y offset of the location on tree node.
TREE_CHECK_MODE — Static Property, class twaver.Defaults
treeData — Property, class twaver.controls.TreeInteractionEvent
TreeData — class, package twaver.controls
This class wraps a tree node information.
TreeData(tree:twaver.controls:Tree, data:twaver:IData, parent:twaver.controls:TreeData) — Constructor, class twaver.controls.TreeData
Constructor of tree node data.
TREE_ENABLE_TRISTATE_CHECKBOX — Static Property, class twaver.Defaults
treeEvent — Property, class twaver.controls.TreeInteractionEvent
TREE_ICON_HEIGHT — Constant Static Property, class twaver.Styles
Style name of the tree icon height value.
TREE_ICON_PADDING — Constant Static Property, class twaver.Styles
Style name of the padding value of tree icon.
TREE_ICONS_COLORS — Constant Static Property, class twaver.Styles
Style name of each icon's rendering color on tree node.
TREE_ICONS_COLORS_FUNCTION — Static Property, class twaver.Defaults
Default tree node icon color generator function.
TREE_ICONS_GAP — Constant Static Property, class twaver.Styles
Style name of the gap between tree node icons.
TREE_ICONS_NAMES — Constant Static Property, class twaver.Styles
Style name of all icon registered names displays on tree node.
TREE_ICONS_NAMES_FUNCTION — Static Property, class twaver.Defaults
Default tree node icon name generator function.
TREE_ICON_WIDTH — Constant Static Property, class twaver.Styles
Style name of the tree icon width value.
TreeInteractionEvent — class, package twaver.controls
TreeInteractionEvent(kind:String, tree:twaver.controls:Tree, treeEvent:mx.events:TreeEvent, listEvent:mx.events:ListEvent, treeData:twaver.controls:TreeData, bubbles:Boolean, cancelable:Boolean) — Constructor, class twaver.controls.TreeInteractionEvent
TREE_LABEL — Constant Static Property, class twaver.Styles
Style name of label on tree node.
TREE_LABEL_BOLD — Constant Static Property, class twaver.Styles
Whether tree label text is bold.
TREE_LABEL_BORDER — Constant Static Property, class twaver.Styles
Whether tree label has outline border.
TREE_LABEL_COLOR — Constant Static Property, class twaver.Styles
Style name of tree label color.
TREE_LABEL_EMBED — Constant Static Property, class twaver.Styles
Whether tree label use embed font name.
TREE_LABEL_FONT — Constant Static Property, class twaver.Styles
Tree label font name.
TREE_LABEL_FUNCTION — Static Property, class twaver.Defaults
Default tree node label generator function.
TREE_LABEL_ITALIC — Constant Static Property, class twaver.Styles
Whether tree label text is italic style.
TREE_LABEL_SIZE — Constant Static Property, class twaver.Styles
Style name of tree label size.
TREE_LABEL_UNDERLINE — Constant Static Property, class twaver.Styles
Whether tree label text has underline.
TREE_LAYOUT — Constant Static Property, class twaver.Styles
Style name of tree node content layout.
TREE_LAYOUT_GAP — Constant Static Property, class twaver.Styles
Style name of the blank space between the items in tree content layout.
TREE_LAYOUT_ICONS_LABEL_MESSAGE — Constant Static Property, class twaver.Consts
Layout tree node format in "icons, label, message" order.
TREE_LAYOUT_ICONS_MESSAGE_LABEL — Constant Static Property, class twaver.Consts
Layout tree node format in "icons, message, label" order.
TREE_LAYOUT_LABEL_ICONS_MESSAGE — Constant Static Property, class twaver.Consts
Layout tree node format in "label, icon, message" order.
TREE_LAYOUT_LABEL_MESSAGE_ICONS — Constant Static Property, class twaver.Consts
Layout tree node format in "label, message, icons" order.
TREE_LAYOUT_MESSAGE_ICONS_LABEL — Constant Static Property, class twaver.Consts
Layout tree node format in "message, icons, label" order.
TREE_LAYOUT_MESSAGE_LABEL_ICONS — Constant Static Property, class twaver.Consts
Layout tree node format in "message, label, icons" order.
TREE_MAKE_VISIBLE_ON_SELECTED — Static Property, class twaver.Defaults
Default value whether element will be scrolled to make sure visible when selected on tree component.
TREE_MESSAGE — Constant Static Property, class twaver.Styles
The message text of tree node.
TREE_MESSAGE_BACKGROUND_ALPHA — Constant Static Property, class twaver.Styles
Tree node message background transparency.
TREE_MESSAGE_BACKGROUND_COLOR — Constant Static Property, class twaver.Styles
Tree node message background color.
TREE_MESSAGE_BOLD — Constant Static Property, class twaver.Styles
Whether tree node message text is bold.
TREE_MESSAGE_CAPS_STYLE — Constant Static Property, class twaver.Styles
Endpoint type of tree node message link.
TREE_MESSAGE_COLOR — Constant Static Property, class twaver.Styles
The tree node message text color.
TREE_MESSAGE_DEEP — Constant Static Property, class twaver.Styles
Tree node message 3D deep value.
TREE_MESSAGE_EMBED — Constant Static Property, class twaver.Styles
Whether use embed font for tree node message text.
TREE_MESSAGE_FILL_ALPHA — Constant Static Property, class twaver.Styles
The tree node message shape fill transparency.
TREE_MESSAGE_FILL_COLOR — Constant Static Property, class twaver.Styles
The tree node message fill color.
TREE_MESSAGE_FILL_COLOR_FUNCTION — Static Property, class twaver.Defaults
Default tree node message fill color generator function.
TREE_MESSAGE_FONT — Constant Static Property, class twaver.Styles
The font name of tree node message text.
TREE_MESSAGE_FUNCTION — Static Property, class twaver.Defaults
Default tree node message content generator function.
TREE_MESSAGE_GRADIENT — Constant Static Property, class twaver.Styles
Tree node message gradient pattern.
TREE_MESSAGE_GRADIENT_ALPHA — Constant Static Property, class twaver.Styles
Tree node message gradient alpha transparency.
TREE_MESSAGE_GRADIENT_COLOR — Constant Static Property, class twaver.Styles
Tree node message fill gradient color.
TREE_MESSAGE_ITALIC — Constant Static Property, class twaver.Styles
Whether tree node message text is italic style.
TREE_MESSAGE_JOINT_STYLE — Constant Static Property, class twaver.Styles
Endpoint style of tree node message link.
TREE_MESSAGE_OUTLINE_ALPHA — Constant Static Property, class twaver.Styles
Transparency of tree node message outline color.
TREE_MESSAGE_OUTLINE_COLOR — Constant Static Property, class twaver.Styles
Tree node message outline color.
TREE_MESSAGE_OUTLINE_WIDTH — Constant Static Property, class twaver.Styles
Tree node message outline stroke width.
TREE_MESSAGE_PERCENT — Constant Static Property, class twaver.Styles
This is to control the tree node message fill by %.
TREE_MESSAGE_PIXEL_HINTING — Constant Static Property, class twaver.Styles
Whether use pixel fine-tuning for tree node message line.
TREE_MESSAGE_SCALE_MODE — Constant Static Property, class twaver.Styles
Zoom type of tree node message line.
TREE_MESSAGE_SHAPE — Constant Static Property, class twaver.Styles
Tree node message shape.
TREE_MESSAGE_SIZE — Constant Static Property, class twaver.Styles
The font size of tree node message text.
TREE_MESSAGE_UNDERLINE — Constant Static Property, class twaver.Styles
Whether tree node message text is underline.
TREE_MESSAGE_WIDTH — Constant Static Property, class twaver.Styles
Tree node message width.
TREE_MESSAGE_WIDTH_FUNCTION — Static Property, class twaver.Defaults
Default tree node message width generator function.
TREE_MESSAGE_XPADDING — Constant Static Property, class twaver.Styles
Inner gap of tree node message in x axis.
TREE_MESSAGE_YPADDING — Constant Static Property, class twaver.Styles
Inner gap of tree node message in y axis.
TREE_OUTER_STYLE — Constant Static Property, class twaver.Styles
Style name of the tree border style.
TREE_OUTER_WIDTH — Constant Static Property, class twaver.Styles
Style name of the tree border width.
TREE_TRISTATE_INDETERMINATE — Constant Static Property, class twaver.Consts
TREE_TRISTATE_SELECTED — Constant Static Property, class twaver.Consts
TREE_TRISTATE_UNSELECTED — Constant Static Property, class twaver.Consts
TREE_UNCHECKABLE_STYLE — Static Property, class twaver.Defaults
twaver — package
twaver.charts — package
twaver.controls — package
twaver.network — package
twaver.network.interaction — package
twaver.network.layout — package
twaver.network.ui — package
type — Property, class twaver.charts.BarChart
type — Property, class twaver.charts.PieChart
type — Property, class twaver.network.layout.AutoLayouter
Layout algorithm type name.
TYPE_ALARMSTATE — Constant Static Property, class twaver.Consts
twaver.AlarmState indicator.
TYPE_ARRAY_COLOR — Constant Static Property, class twaver.Consts
Color array type indicator.
TYPE_ARRAY_NUMBER — Constant Static Property, class twaver.Consts
Number array type indicator.
TYPE_ARRAY_STRING — Constant Static Property, class twaver.Consts
String array type indicator.
TYPE_BOOLEAN — Constant Static Property, class twaver.Consts
Boolean type indicator.
TYPE_COLLECTION_POINT — Constant Static Property, class twaver.Consts
Point collection type indicator.
TYPE_COLLECTION_STRING — Constant Static Property, class twaver.Consts
String collection type indicator.
TYPE_COLOR — Constant Static Property, class twaver.Consts
Color type indicator.
TYPE_DATA — Constant Static Property, class twaver.Consts
twaver.Data type indicator.
TYPE_INT — Constant Static Property, class twaver.Consts
Int type indicator.
TYPE_NUMBER — Constant Static Property, class twaver.Consts
Number type indicator.
TYPE_POINT — Constant Static Property, class twaver.Consts
Point type indicator.
TYPE_RECTANGLE — Constant Static Property, class twaver.Consts
Rectangle type indicator.
TYPE_STRING — Constant Static Property, class twaver.Consts
String type indicator.
TYPE_UINT — Constant Static Property, class twaver.Consts
Uint type indicator.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z