Superclass Chain
??? » basefloatinglist
Details
Properties (3)
-
attach
-
<attribute name="attach" type="string" value="bottom" />
public var attach : String;
Where this floatinglist should attach to its owner. Possible
values: bottom, top, left, right. In the event of a canvas
out-of-bounds, the floating list will attach in a visible
location.
-
attachoffset
-
<attribute name="attachoffset" value="0" />
The distance from the attachtarget.
-
attachtarget
-
<attribute name="attachtarget" value="null" />
The view to which this floatinglist will attach. By default, this
will be the lexical parent. The style of the attachtarget will be
inherited.
Methods (2)
-
setAttachTarget()
-
<method name="setAttachTarget" args="target" />
public function setAttachTarget(target : LzView);
Set the target to which the floating list will attach. Set the
"attach" attribute for attachment location relative to this attach
target. Our style will be inherited from this attachtarget.
-
updateAttachLocation()
-
<method name="updateAttachLocation" />
public function updateAttachLocation();
Adjusts the location of the floatinglist relative to its
attachtarget, taking into account the attach location and the
canvas bounds.
LZX Synopsis
<class name="
basefloatinglist" extends="">
<attribute name="
attach
" type="
string" value="
bottom" />
</class>
JavaScript Synopsis
public
basefloatinglist extends {
}