Attributes inherited from <view>
aaactive, aadescription, aaname, aasilent, aatabindex, align, bgcolor, cachebitmap, clickable, clickregion, clip, contextmenu, cursor, fgcolor, focusable, focustrap, font, fontsize, fontstyle, frame, framesloadratio, hassetheight, hassetwidth, height, layout, loadratio, mask, opacity, pixellock, playing, proxyurl, resource, resourceheight, resourcewidth, rotation, showhandcursor, source, stretches, subviews, totalframes, unstretchedheight, unstretchedwidth, valign, visibility, visible, width, x, xoffset, y, yoffset
Attributes inherited from <node>
classroot, cloneManager, datapath, defaultplacement, id, ignoreplacement, immediateparent, inited, initstage, name, nodeLevel, options, parent, placement, subnodes
Methods
-
-
basecomponent.acceptValue(data : String, type : String);
Set `value` according to `type` from a String
Used to set a typed value from a string representation.
In this base method, the `value` is the text of the
component. Cf., basevaluecomponent.
-
-
basecomponent.doEnterDown();
Called if this component has the focus and the component
has doesenter set to true and the enter key goes down
-
-
basecomponent.doEnterUp();
Called if this component has the focus and the component
has doesenter set to true and the enter key goes up
-
-
basecomponent.doSpaceDown();
Called if this component has the focus and the space bar goes
down
-
-
basecomponent.doSpaceUp();
Called if this component has the focus and the space bar goes
up
-
-
basecomponent.presentValue(type : String);
Return `value` according to `type` as a String
Used to get a string representation of a typed value.
In this base method, the `value` is the text of the
component. Cf., basevaluecomponent.
-
-
basecomponent.setStyle(s);
Sets this component's style
-
-
basecomponent.setTint(v : lz.view, color : Number, brightness : Number);
colorizes a view, such that 50% gray appears as the given color
with shades of color darker and lighter. This will not tint the
background color (unless its a swatchview) but will tint any
resources and all subviews. Only available on some runtimes.
-
-
basecomponent.updateDefault();
this method can be called to force the default
button to update
Methods inherited from <view>
bringToFront, containsPt, getAttributeRelative, getBounds, getColor, getColorTransform, getContextMenu, getCurrentTime, getDepthList, getID3, getMouse, getNextSelection, getPan, getPrevSelection, getProxyURL, getTotalTime, getVolume, init, measureHeight, measureWidth, play, proxyurl, releaseLayouts, searchSubviews, seek, sendAAEvent, sendBehind, sendInFrontOf, sendToBack, setAAActive, setAADescription, setAAName, setAASilent, setAATabIndex, setAccessible, setAlign, setAttributeRelative, setBGColor, setClickable, setColor, setColorTransform, setContextMenu, setCursor, setHeight, setLayout, setOpacity, setPan, setPlay, setProxyPolicy, setProxyURL, setResource, setResourceNumber, setRotation, setShowHandCursor, setSource, setValign, setVisibility, setVisible, setVolume, setWidth, setX, setXOffset, setY, setYOffset, shouldYieldFocus, stop, stretchResource, unload, updateResourceSize
Methods inherited from <node>
animate, applyConstraint, applyConstraintMethod, applyData, childOf, completeInstantiation, construct, createChildren, dataBindAttribute, destroy, determinePlacement, getAttribute, getOption, getUID, init, lookupSourceLocator, releaseConstraint, releaseConstraintMethod, searchImmediateSubnodes, searchSubnodes, setData, setDatapath, setOption, setSelected, updateData
Events inherited from <view>
onaddsubview, onblur, onclick, ondblclick, onerror, onfocus, onframe, onframesloadratio, onheight, onkeydown, onkeyup, onlastframe, onload, onloadratio, onmousedown, onmousedragin, onmousedragout, onmouseout, onmouseover, onmouseup, onmouseupoutside, onopacity, onplay, onremovesubview, onstop, ontimeout, onvisible, onwidth, onx, ony