org.silex.ui.components.buttons.LabelButtonBase

org.silex.ui.components.buttons.LabelButtonBase

this file is part of SILEX SILEX : RIA developement tool - see http://silex-ria.org/

SILEX is © 2004-2007 Alexandre Hoyau and is released under the GPL License

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

Variables

_buttonLabelNormal

private var _buttonLabelNormal: String

Properties

buttonLabelNormal

public function get buttonLabelNormal():String

buttonLabelNormal

public function set buttonLabelNormal(str: String)

Variables

_buttonLabelPress

private var _buttonLabelPress: String

Properties

buttonLabelPress

public function get buttonLabelPress():String

buttonLabelPress

public function set buttonLabelPress(str: String)

Variables

_buttonLabelOver

private var _buttonLabelOver: String

Properties

buttonLabelOver

public function get buttonLabelOver():String

buttonLabelOver

public function set buttonLabelOver(str: String)

Variables

_buttonLabelSelect

private var _buttonLabelSelect: String

Properties

buttonLabelSelect

public function get buttonLabelSelect():String

buttonLabelSelect

public function set buttonLabelSelect(str: String)

Variables

label

var label: String

label_txt

var label_txt: TextField

autoSize

var autoSize: Boolean

autoSize text?

wordWrap

var wordWrap: Boolean

multiline text?

centeredHoriz

var centeredHoriz: Boolean

Functions

_onLoad

function _onLoad()

_initialize

function _initialize()

_initAfterRegister

function _initAfterRegister()

function _initAfterRegister.

Returns

void

redraw

function redraw()

function redraw

Returns

void

selectIcon

function selectIcon(isSelected: Boolean)

selectIcon called by openIcon and core.application::openSection to be overriden by sub classes - mark the media as selected?

_onRollOut

function _onRollOut()

_onRollOver

function _onRollOver()

_onPress

function _onPress()

_onRelease

function _onRelease():Void

function _onRelease

Returns

void

_onReleaseOutside

function _onReleaseOutside():Void

function _onReleaseOutside

Returns

void

getSeoData

function getSeoData(url_str: String):Object
this file is part of SILEX SILEX : RIA developement tool - see http://silex.sourceforge.net/
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
var autoSize: Boolean
autoSize text?
var wordWrap: Boolean
multiline text?
var centeredHoriz: Boolean
function _onLoad()
function _initialize()
function _initAfterRegister()
function _initAfterRegister.
function redraw()
function redraw
function selectIcon(isSelected: Boolean)
selectIcon called by openIcon and core.application::openSection to be overriden by sub classes - mark the media as selected?
function _onRollOut()
function _onRollOver()
function _onPress()
function _onRelease():Void
function _onRelease
function _onReleaseOutside():Void
function _onReleaseOutside
function getSeoData(url_str: String):Object