Class fvaswing.visual.FvViewHelper

Description

Specific AsWing Components ViewHelper.

Based on the Pixlib ViewHelper.

Field Index

view

Method Index

create(), getView(), toString()

Field Detail

view

public view:Component
Conrete view.

Method Detail

create

static public function create(ui:Component, name:String):FvViewHelper

Creates and returns a new instance.

Normal use it to extends FvViewHelper class, but a an easy way to use the ViewHelper implemenation is to call this simple method.

Parameters

uiConcrete ui to register
nameView registred name

Return

FvViewHelper instance

getView

public function getView():Component

Returns concrete view with typecast

Must be override in subclass for type checking.

Return

Component here

toString

public function toString():String

Returns string representation.