|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--TabButton | +--TabButtonFlex
Represents a TabButtonFlex. A FlexTabutton is built out of pure text and therefore suitable for
Multilingual applications. The outlook of this button can be customized using CSS Styles.
Defined in Tabs.js
Field Summary | |
Object |
isTabButtonFlex
|
Fields inherited from class TabButton |
isTabButton
|
Constructor Summary | |
TabButtonFlex(node)
|
Method Summary | |
void
|
base(node)
|
void
|
deselect()
Removes the "selected tab" mark from this button and sets the "normal style class" to it |
void
|
init()
Initializes this button |
void
|
mouseDown()
Sets the "mousedown style class" to this button |
void
|
mouseOut()
Sets the "normal style class" to this button |
void
|
mouseOver()
Sets the "mouseover style class" to this button |
void
|
mouseUp()
Swithes to the associated tab related to this button |
void
|
select()
Marks this tab as the selected tab and sets the "selected style class" to it |
Methods inherited from class TabButton |
setCaption, getTabControl
|
Field Detail |
Object isTabButtonFlex
Constructor Detail |
TabButtonFlex(node)
node
- the DOM Element node that is marked as a Tab Button by means of "mo:type" attribute with a value of "TabButtonFlex".
Method Detail |
void base(node)
node
- the DOM Element node that is marked as Tab Button by means of setting its "mo:type" attribute to a value that has the prefix "TabButton". This means the name of the class that extends this class must start "TabButton" i.e. "TabButtonAnimated".
void deselect()
void init()
void mouseDown()
void mouseOut()
void mouseOver()
void mouseUp()
void select()
|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |