Name

fisheye_item

Synopsis

LZX: fisheye_item
JavaScript: fisheye_item
Type: Class
Access: public
Topic: Incubator.Components
Declared in: lps/components/incubator/fisheye_lib.lzx

Superclass Chain

node (LzNode) » view (LzView) » fisheye_item

Known Subclasses

Details

Properties (7)

expanded_size
<attribute name="expanded_size" value="${parent.expanded_size}" />
public var expanded_size;
halo_size
<attribute name="halo_size" value="${parent.halo_size}" />
public var halo_size;
icon
<attribute name="icon" type="string" />
public var icon : String;
myTooltipManager
<attribute name="myTooltipManager" value="$once{parent.tooltipmanager}" />
public var myTooltipManager;
start_size
<attribute name="start_size" value="${parent.start_size}" />
public var start_size;
text
<attribute name="text" type="text" />
public var text : String;
tooltip
<attribute name="tooltip" value="${this.getAttribute('text')}" />
public var tooltip;

LZX Synopsis

<class name="fisheye_item" extends=" LzView ">
  <attribute name=" expanded_size " value="${parent.expanded_size}" />
  <attribute name=" halo_size " value="${parent.halo_size}" />
  <attribute name=" icon " type="string" />
  <attribute name=" myTooltipManager " value="$once{parent.tooltipmanager}" />
  <attribute name=" start_size " value="${parent.start_size}" />
  <attribute name=" text " type="text" />
  <attribute name=" tooltip " value="${this.getAttribute('text')}" />
</class>

JavaScript Synopsis

public fisheye_item extends  LzView  {
  public var expanded_size ;
  public var halo_size ;
  public var icon  : String;
  public var myTooltipManager ;
  public var start_size ;
  public var text  : String;
  public var tooltip ;
}