org.silex.ui.components.buttons.LabelButtonBase |
this file is part of SILEX SILEX : RIA developement tool - see http://silex-ria.org/
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
To read the license please visit http://www.gnu.org/copyleft/gpl.html
| org. | this file is part of SILEX SILEX : RIA developement tool - see http://silex-ria.org/ |
| Variables | |
| _buttonLabelNormal | |
| Properties | |
| buttonLabelNormal | |
| buttonLabelNormal | |
| Variables | |
| _buttonLabelPress | |
| Properties | |
| buttonLabelPress | |
| buttonLabelPress | |
| Variables | |
| _buttonLabelOver | |
| Properties | |
| buttonLabelOver | |
| buttonLabelOver | |
| Variables | |
| _buttonLabelSelect | |
| Properties | |
| buttonLabelSelect | |
| buttonLabelSelect | |
| Variables | |
| label | |
| label_txt | |
| autoSize | autoSize text? |
| wordWrap | multiline text? |
| centeredHoriz | |
| Functions | |
| _onLoad | |
| _initialize | |
| _initAfterRegister | function _initAfterRegister. |
| redraw | function redraw |
| selectIcon | selectIcon called by openIcon and core.application::openSection to be overriden by sub classes - mark the media as selected? |
| _onRollOut | |
| _onRollOver | |
| _onPress | |
| _onRelease | function _onRelease |
| _onReleaseOutside | function _onReleaseOutside |
| getSeoData |
private var _buttonLabelNormal: String
public function get buttonLabelNormal():String
private var _buttonLabelPress: String
public function get buttonLabelPress():String
private var _buttonLabelOver: String
public function get buttonLabelOver():String
private var _buttonLabelSelect: String
public function get buttonLabelSelect():String
var label: String
var label_txt: TextField
autoSize text?
var autoSize: Boolean
multiline text?
var wordWrap: Boolean
var centeredHoriz: Boolean
function _onLoad()
function _initialize()
function _initAfterRegister.
function _initAfterRegister()
function redraw
function redraw()
selectIcon called by openIcon and core.application::openSection to be overriden by sub classes - mark the media as selected?
function selectIcon( isSelected: Boolean )
function _onRollOut()
function _onRollOver()
function _onPress()
function _onRelease
function _onRelease():Void
function _onReleaseOutside
function _onReleaseOutside():Void
function getSeoData( url_str: String ):Object