A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

abbr - Variable in class org.sgx.j2s.html.HTMLTableCell
 
abort(Object) - Method in class org.sgx.j2s.yui3.yui.Get
Abort a transaction
AbstractRunnable - Class in org.sgx.j2s.js
Helper function for java programmers so they can define an analog concept to javascript functions.
AbstractRunnable() - Constructor for class org.sgx.j2s.js.AbstractRunnable
 
AbstractRunnable(int) - Constructor for class org.sgx.j2s.js.AbstractRunnable
 
add(Object) - Method in class org.sgx.j2s.html.Element
 
add(HTMLOption) - Method in class org.sgx.j2s.html.HTMLSelect
 
add(String, String, Object) - Method in class org.sgx.j2s.yui3.yui.Intl
Register a hash of localized resources for the given module and language
addAttr(String, Object, boolean) - Method in class org.sgx.j2s.yui3.yui.Attribute
Adds an attribute with the provided configuration to the host object.
addAttrs(Object, Object, boolean) - Method in class org.sgx.j2s.yui3.yui.Attribute
Configures a group of attributes, and sets initial values.
addClass(String) - Method in class org.sgx.j2s.yui3.yui.NodeBase
Adds a class to (each) node
addClass(Object, String) - Method in class org.sgx.j2s.yui3.yui.YUI
Adds a class name to a given DOM element.
addEventListener(Object, String, Runnable) - Static method in class org.sgx.j2s.html.HTMLUtils
safe context and compatible way of register events with a runnable handler
addEventListener_(Object, String, Runnable, Object) - Static method in class org.sgx.j2s.html.HTMLUtils
 
addEventListener_simple(Object, String, Object, boolean) - Static method in class org.sgx.j2s.html.HTMLUtils
Add an event listener to an object
addHandle(String) - Method in class org.sgx.j2s.yui3.yui.dd.Drag
Add a handle to a drag element.
addInvalid(String) - Method in class org.sgx.j2s.yui3.yui.dd.Drag
Add a selector string to test the handle against.
addToGroup(String) - Method in class org.sgx.j2s.yui3.yui.dd.Drag
Add this Drag instance to a group, this should be used for on-the-fly group additions.
addToGroup(String) - Method in class org.sgx.j2s.yui3.yui.dd.Drop
Add this Drop instance to a group, this should be used for on-the-fly group additions.
after(String, Runnable, Object[]) - Method in class org.sgx.j2s.yui3.yui.event.EventTarget
Subscribe to a custom event hosted by this object.
aggregate(Object, Object, boolean, String[]) - Method in class org.sgx.j2s.yui3.yui.YUI
Applies object properties from the supplier to the receiver.
air() - Method in class org.sgx.j2s.yui3.yui.UA
Adobe AIR version number or 0.
align - Variable in class org.sgx.j2s.html.HTMLTableCell
 
all(String) - Method in class org.sgx.j2s.yui3.yui.Node
Retrieves a nodeList based on the given CSS selector.
alt - Variable in class org.sgx.j2s.html.Element
 
altKey - Variable in class org.sgx.j2s.html.Event
Returns whether or not the "ALT" key was pressed when an event was triggered
altKey - Variable in class org.sgx.j2s.html.HTMLEvent
 
Anim - Class in org.sgx.j2s.yui3.yui
 
Anim() - Constructor for class org.sgx.j2s.yui3.yui.Anim
 
Anim - Variable in class org.sgx.j2s.yui3.yui.YUI
 
appCodeName - Variable in class org.sgx.j2s.html.Navigator
 
append(Object) - Method in class org.sgx.j2s.yui3.yui.Node
Inserts the content as the lastChild of the node.
appendChild(TreeNode, boolean) - Method in class org.sgx.j2s.aui.tree.TreeData
Append a child node to the TreeData.
appendChild(Element) - Method in class org.sgx.j2s.html.Element
 
APPLY(Object, Object, Object[]) - Static method in class org.sgx.j2s.js.JsUtils
 
appName - Variable in class org.sgx.j2s.html.Navigator
Returns the name of the browser
appVersion - Variable in class org.sgx.j2s.html.Navigator
 
ARR(Object[]) - Static method in class org.sgx.j2s.js.JsUtils
recursively apply NATIVE to each array item (returns an array of native elements or a "native array")
Array - Class in org.sgx.j2s.yui3.yui
Adds the following array utilities to the YUI instance.
Array() - Constructor for class org.sgx.j2s.yui3.yui.Array
 
array(Object, int, boolean) - Method in class org.sgx.j2s.yui3.yui.Array
this method natively belongs is YUI.Array but since we have not function objects in java we have to put it here, and so the user will have to Y.Array.array(...) instead of Y.Array(...)
Array - Variable in class org.sgx.j2s.yui3.yui.YUI
 
Array.ArrayVisitor - Class in org.sgx.j2s.yui3.yui
 
Array.ArrayVisitor() - Constructor for class org.sgx.j2s.yui3.yui.Array.ArrayVisitor
 
attach(String, Runnable, Object, Object[]) - Method in class org.sgx.j2s.yui3.yui.event.Event
 
attach_(String, Object, Object, Object, Object[]) - Method in class org.sgx.j2s.yui3.yui.event.Event
Adds an event listener
attrAdded(String) - Method in class org.sgx.j2s.yui3.yui.Attribute
Checks if the given attribute has been added to the host
Attribute - Class in org.sgx.j2s.yui3.yui
Attribute provides configurable attribute support along with attribute change events.
Attribute() - Constructor for class org.sgx.j2s.yui3.yui.Attribute
 
augment(Object, Object, boolean, String[], Object[]) - Method in class org.sgx.j2s.yui3.yui.YUI
Applies prototype properties from the supplier to the receiver.
AUI - Class in org.sgx.j2s.aui
 
AUI() - Constructor for class org.sgx.j2s.aui.AUI
 
AUI.AUILoadListener - Class in org.sgx.j2s.aui
 
AUI.AUILoadListener() - Constructor for class org.sgx.j2s.aui.AUI.AUILoadListener
 
AUILoaded(AUI) - Method in class org.sgx.j2s.aui.AUI.AUILoadListener
 
AutoComplete - Class in org.sgx.j2s.aui
A base class for AutoComplete, providing:
Widget Lifecycle (initializer, renderUI, bindUI, syncUI, destructor)
Presenting users choices based on their input
Separating selected items
Keyboard interaction for selecting items
Quick Example:
var instance = new A.AutoComplete({ dataSource: [['AL', 'Alabama', 'The Heart of Dixie'], ['AK', 'Alaska', 'The Land of the Midnight Sun'], ['AZ', 'Arizona', 'The Grand Canyon State']], schema: { resultFields: ['key', 'name', 'description'] }, matchKey: 'name', delimChar: ',', typeAhead: true, contentBox: '#myAutoComplete' }).render();
AutoComplete() - Constructor for class org.sgx.j2s.aui.AutoComplete
 
axis - Variable in class org.sgx.j2s.html.HTMLTableCell
 

B

back() - Method in class org.sgx.j2s.html.History
 
background - Variable in class org.sgx.j2s.html.CSSStyle
 
backgroundColor - Variable in class org.sgx.j2s.html.CSSStyle
 
backgroundImage - Variable in class org.sgx.j2s.html.CSSStyle
 
backgroundPosition - Variable in class org.sgx.j2s.html.CSSStyle
 
backgroundRepeat - Variable in class org.sgx.j2s.html.CSSStyle
 
Base - Class in org.sgx.j2s.yui3.yui
A base class which objects requiring attributes and custom event support can extend.
Base() - Constructor for class org.sgx.j2s.yui3.yui.Base
 
before(String, Runnable, Object[]) - Method in class org.sgx.j2s.yui3.yui.event.EventTarget
Executes the callback before a DOM event, custom event or method.
bind(Object, Object, Object[]) - Method in class org.sgx.j2s.yui3.yui.YUI
Returns a function that will execute the supplied function in the supplied object's context, optionally adding any additional supplied parameters to the beginning of the arguments collection the supplied to the function.
blur() - Method in class org.sgx.j2s.html.HTMLSelect
 
blur() - Method in class org.sgx.j2s.yui3.yui.widget.Widget
Causes the Widget to lose focus by setting the "focused" attribute to "false"
body - Variable in class org.sgx.j2s.html.Document
 
body() - Static method in class org.sgx.j2s.js.JsUtils
 
border - Variable in class org.sgx.j2s.html.CSSStyle
 
border - Variable in class org.sgx.j2s.html.HTMLTable
 
borderBottom - Variable in class org.sgx.j2s.html.CSSStyle
 
borderBottomColor - Variable in class org.sgx.j2s.html.CSSStyle
 
borderBottomStyle - Variable in class org.sgx.j2s.html.CSSStyle
 
borderBottomWidth - Variable in class org.sgx.j2s.html.CSSStyle
 
borderCollapse - Variable in class org.sgx.j2s.html.CSSStyle
 
borderColor - Variable in class org.sgx.j2s.html.CSSStyle
 
borderLeft - Variable in class org.sgx.j2s.html.CSSStyle
 
borderLeftColor - Variable in class org.sgx.j2s.html.CSSStyle
 
borderLeftStyle - Variable in class org.sgx.j2s.html.CSSStyle
 
borderLeftWidth - Variable in class org.sgx.j2s.html.CSSStyle
 
borderRight - Variable in class org.sgx.j2s.html.CSSStyle
 
borderRightColor - Variable in class org.sgx.j2s.html.CSSStyle
 
borderRightStyle - Variable in class org.sgx.j2s.html.CSSStyle
 
borderRightWidth - Variable in class org.sgx.j2s.html.CSSStyle
 
borderStyle - Variable in class org.sgx.j2s.html.CSSStyle
 
borderTop - Variable in class org.sgx.j2s.html.CSSStyle
 
borderTopColor - Variable in class org.sgx.j2s.html.CSSStyle
 
borderTopStyle - Variable in class org.sgx.j2s.html.CSSStyle
 
borderTopWidth - Variable in class org.sgx.j2s.html.CSSStyle
 
borderWidth - Variable in class org.sgx.j2s.html.CSSStyle
 
bottom - Variable in class org.sgx.j2s.html.CSSStyle
 
bottom - Variable in class org.sgx.j2s.yui3.yui.Region
 
bringToTop(Overlay) - Method in class org.sgx.j2s.yui3.yui.OverlayManager
Set the passed overlay zIndex to the highest value.
bubbleEvent(String, Object[], boolean, boolean) - Method in class org.sgx.j2s.aui.tree.TreeData
Bubble event to all parent nodes.
Button - Class in org.sgx.j2s.aui
A base class for Button, providing:
Widget Lifecycle (initializer, renderUI, bindUI, syncUI, destructor)
An optional icon or label
Managed user interaction states (default, active, hover)
Keyboard accessible
Quick Example:
var instance = new A.Button({
icon: 'gear',
label: 'Configuration'
}).render();
Button() - Constructor for class org.sgx.j2s.aui.Button
 
button - Variable in class org.sgx.j2s.html.Event
Returns which mouse button was clicked when an event was triggered
button - Variable in class org.sgx.j2s.html.HTMLEvent
 

C

cached(Object, Object, boolean) - Method in class org.sgx.j2s.yui3.yui.YUI
Returns a wrapper for a function which caches the return value of that function, keyed off of the combined argument values.
caja() - Method in class org.sgx.j2s.yui3.yui.UA
Google Caja version number or 0.
CALL(Object, String, Object[]) - Static method in class org.sgx.j2s.js.JsUtils
 
cancel() - Method in interface org.sgx.j2s.yui3.yui.YUI.Timer
 
cancelBubble - Variable in class org.sgx.j2s.html.HTMLEvent
 
caption - Variable in class org.sgx.j2s.html.HTMLTable
 
castToBoolean(Object) - Static method in class org.sgx.j2s.js.JsUtils
use this method when you need to cast from Object to a primitive type boolean in java code
castToFloat(Object) - Static method in class org.sgx.j2s.js.JsUtils
use this method when you need to cast from Object to a primitive type float in java code
castToInt(Object) - Static method in class org.sgx.j2s.js.JsUtils
use this method when you need to cast from Object to a primitive type int in java code
cellIndex - Variable in class org.sgx.j2s.html.HTMLTableCell
 
cellPadding - Variable in class org.sgx.j2s.html.HTMLTable
 
cells - Variable in class org.sgx.j2s.html.HTMLTableRow
 
checked - Variable in class org.sgx.j2s.html.Element
 
childNodes - Variable in class org.sgx.j2s.html.Element
 
CHILDREN_ATTR_NAME - Static variable in class org.sgx.j2s.html.HTMLUtils
 
chrome() - Method in class org.sgx.j2s.yui3.yui.UA
Chrome will be detected as webkit, but this property will also be populated with the Chrome version number
className - Variable in class org.sgx.j2s.html.Element
 
ClazzLoader - Class in org.sgx.j2s.js
 
ClazzLoader() - Constructor for class org.sgx.j2s.js.ClazzLoader
 
clearData(String) - Method in class org.sgx.j2s.yui3.yui.Node
 
clearInterval(int) - Static method in class org.sgx.j2s.html.window
 
clearTimeout(int) - Static method in class org.sgx.j2s.html.window
 
CLICK_LEFT - Static variable in class org.sgx.j2s.html.Event
 
clientHeight - Variable in class org.sgx.j2s.html.Element
 
clientHeight - Static variable in class org.sgx.j2s.html.window
 
clientWidth - Variable in class org.sgx.j2s.html.Element
 
clientWidth - Static variable in class org.sgx.j2s.html.window
 
clientX - Variable in class org.sgx.j2s.html.Event
RETURNS THE HORIZONTAL COORDINATE OF THE MOUSE POINTER WHEN AN EVENT WAS TRIGGERED
clientX - Variable in class org.sgx.j2s.html.HTMLEvent
 
clientY - Variable in class org.sgx.j2s.html.Event
Returns the vertical coordinate of the mouse pointer when an event was triggered
clientY - Variable in class org.sgx.j2s.html.HTMLEvent
 
clone(Object) - Method in class org.sgx.j2s.aui.Component
Clone the current Component.
clone(Object, boolean, Object, Object, Object) - Method in class org.sgx.j2s.yui3.yui.YUI
Deep obj/array copy.
cloneNode(boolean) - Method in class org.sgx.j2s.html.Element
 
close() - Method in class org.sgx.j2s.aui.Dialog
Fires the close event to close the Dialog.
close() - Method in class org.sgx.j2s.html.Document
 
closeByChild(Object) - Method in class org.sgx.j2s.aui.DialogManager
Invoke the close method from the Dialog which contains the child element.
collapse() - Method in class org.sgx.j2s.aui.Panel
Collapse the panel setting the collapsed attribute to true.
collapse() - Method in class org.sgx.j2s.aui.tree.TreeNode
Collapse the current TreeNode.
collapseAll() - Method in class org.sgx.j2s.aui.tree.TreeData
Collapse all children of the TreeData.
color - Variable in class org.sgx.j2s.html.CSSStyle
 
ColorUtil - Class in org.sgx.j2s.yui3.yui
taken from https://developer.yahoo.com/yui/docs/Color.js.html for testing help
ColorUtil() - Constructor for class org.sgx.j2s.yui3.yui.ColorUtil
 
cols - Variable in class org.sgx.j2s.html.Textarea
 
colSpan - Variable in class org.sgx.j2s.html.HTMLTableCell
 
Component - Class in org.sgx.j2s.aui
http://alloy.liferay.com/deploy/api/Component.html A base class for Component, providing: Widget Lifecycle (initializer, renderUI, bindUI, syncUI, destructor)
Component() - Constructor for class org.sgx.j2s.aui.Component
 
concatArray(Object[], Object[]) - Static method in class org.sgx.j2s.yui3.yui.Utils
 
config - Variable in class org.sgx.j2s.yui3.yui.YUI
current yuiconfig
contains(TreeNode) - Method in class org.sgx.j2s.aui.tree.TreeNode
Check if the current TreeNode contains the passed node.
cookieEnabled - Variable in class org.sgx.j2s.html.Navigator
 
create(Object) - Static method in class org.sgx.j2s.js.NativeWrapper
 
create(String, Element) - Method in class org.sgx.j2s.yui3.yui.Node
Creates a new dom node using the provided markup string.
createButton(Element, String, Runnable) - Static method in class org.sgx.j2s.html.HTMLUtils
 
createElement(String) - Method in class org.sgx.j2s.html.Document
 
createElement(Element, String, Object...) - Static method in class org.sgx.j2s.html.HTMLUtils
 
createElementRec(Object) - Static method in class org.sgx.j2s.html.HTMLUtils
recursively creates markup from js object like shown :
createFromDom(Element) - Method in class org.sgx.j2s.yui3.yui.Node
creates a new node.
createLabel(Element, String) - Static method in class org.sgx.j2s.html.HTMLUtils
 
createNode(Object) - Method in class org.sgx.j2s.aui.tree.TreeData
Create a TreeNode instance.
createTable(Object, int, int) - Static method in class org.sgx.j2s.html.HTMLUtils
 
createTextNode(String) - Method in class org.sgx.j2s.html.Document
 
css(String, Object) - Method in class org.sgx.j2s.yui3.yui.Get
Fetches and inserts one or more css link nodes into the head of the current document or the document in a specified window.
CSSStyle - Class in org.sgx.j2s.html
 
CSSStyle() - Constructor for class org.sgx.j2s.html.CSSStyle
 
cssText - Variable in class org.sgx.j2s.html.CSSStyle
 
ctrlKey - Variable in class org.sgx.j2s.html.Event
Returns whether or not the "CTRL" key was pressed when an event was triggered
ctrlKey - Variable in class org.sgx.j2s.html.HTMLEvent
 
currentTopZIndex - Static variable in class org.sgx.j2s.html.window
 
cursor - Variable in class org.sgx.j2s.html.CSSStyle
 
CustomEvent - Class in org.sgx.j2s.yui3.yui.event
The CustomEvent class lets you define events for your application that can be subscribed to by one or more independent component.
CustomEvent() - Constructor for class org.sgx.j2s.yui3.yui.event.CustomEvent
 

D

Date - Class in org.sgx.j2s.html
javascript native Date object representation
Date() - Constructor for class org.sgx.j2s.html.Date
use JsUtils.newDate() for creating Date Objects
defaultWindowHeight - Static variable in class org.sgx.j2s.html.window
 
defaultWindowLeft - Static variable in class org.sgx.j2s.html.window
 
defaultWindowTop - Static variable in class org.sgx.j2s.html.window
 
defaultWindowWidth - Static variable in class org.sgx.j2s.html.window
 
define(String, Object) - Method in class org.sgx.j2s.yui3.yui.event.Event
Static method to register a synthetic event definition and implementation in the DOM Event subsystem.
deleteCell(int) - Method in class org.sgx.j2s.html.HTMLTableRow
 
deleteRow(int) - Method in class org.sgx.j2s.html.HTMLTable
 
destroy(boolean) - Method in class org.sgx.j2s.yui3.yui.Node
Nulls internal node references, removes any plugins and event listeners
detach() - Method in class org.sgx.j2s.yui3.yui.event.EventHandle
Detaches this subscriber
detach(Object, Runnable) - Method in class org.sgx.j2s.yui3.yui.event.EventTarget
Detach one or more listeners the from the specified event
detachAll(String) - Method in class org.sgx.j2s.yui3.yui.event.EventTarget
Removes all listeners from the specified event.
Dialog - Class in org.sgx.j2s.aui
A base class for Dialog, providing:
Widget Lifecycle (initializer, renderUI, bindUI, syncUI, destructor)
Emulate the behavior of an dialog window using a floating, draggable HTML element
Interface for easily gathering information from the user without leaving the underlying page context
Using the IOPlugin, supports the submission of form data either through an XMLHttpRequest, through a normal form submission, or through a fully script-based response
Quick Example:
var instance = new A.Dialog({ bodyContent: 'Dialog body', centered: true, constrain2view: true, destroyOnClose: true, draggable: true, height: 250, resizable: false, stack: true, title: 'Dialog title', width: 500 }).render();
Dialog() - Constructor for class org.sgx.j2s.aui.Dialog
 
DialogManager - Class in org.sgx.j2s.aui
A base class for DialogManager
DialogManager() - Constructor for class org.sgx.j2s.aui.DialogManager
 
direction - Variable in class org.sgx.j2s.html.CSSStyle
 
disable() - Method in class org.sgx.j2s.yui3.yui.widget.Widget
Set the Widget's "disabled" attribute to "true".
disabled - Variable in class org.sgx.j2s.html.Element
 
disabled - Variable in class org.sgx.j2s.html.Textarea
 
display - Variable in class org.sgx.j2s.html.CSSStyle
 
doBeforeExpandContainer(String, Object) - Method in class org.sgx.j2s.aui.AutoComplete
An overridable method that is executed before the result container is shown.
Document - Class in org.sgx.j2s.html
 
Document() - Constructor for class org.sgx.j2s.html.Document
 
document() - Static method in class org.sgx.j2s.js.JsUtils
 
Drag - Class in org.sgx.j2s.yui3.yui.dd
Provides the ability to drag a Node.
Drag() - Constructor for class org.sgx.j2s.yui3.yui.dd.Drag
 
Drag - Variable in class org.sgx.j2s.yui3.yui.YUI
 
Drop - Class in org.sgx.j2s.yui3.yui.dd
Provides the ability to create a Drop Target.
Drop() - Constructor for class org.sgx.j2s.yui3.yui.dd.Drop
 
dump(Object, boolean) - Static method in class org.sgx.j2s.js.JsUtils
 

E

each(Object[], Array.ArrayVisitor) - Method in class org.sgx.j2s.yui3.yui.Array
Executes the supplied function on each item in the array.
each(Object, Runnable, boolean) - Method in class org.sgx.j2s.yui3.yui.Obj
Executes a function on each item.
each(Runnable) - Method in class org.sgx.j2s.yui3.yui.OverlayManager
Loop through all registered Overlay and execute a callback.
each(Object, Object, boolean) - Method in class org.sgx.j2s.yui3.yui.YUI
Executes the supplied function for each item in a collection.
eachChildren(Runnable, boolean) - Method in class org.sgx.j2s.aui.tree.TreeData
Loop each children and execute the fn callback.
eachHandle(Runnable) - Method in class org.sgx.j2s.aui.Resize
Loop through each handle which is being used and executes a callback.
eachParent(Runnable) - Method in class org.sgx.j2s.aui.tree.TreeData
Loop each parent node and execute the fn callback.
Editable - Class in org.sgx.j2s.aui
A base class for Editable, providing:
Widget Lifecycle (initializer, renderUI, bindUI, syncUI, destructor)
Edit in place elements
Quick Example:
var instance = new A.Editable({ node: '#editor' }).render();
Editable() - Constructor for class org.sgx.j2s.aui.Editable
 
Element - Class in org.sgx.j2s.html
taken from j2s swt, but enriched by me only compatible xml Node and html Elements properties
Element() - Constructor for class org.sgx.j2s.html.Element
 
empty() - Method in class org.sgx.j2s.aui.tree.TreeData
Delete all children of the current TreeData.
enable() - Method in class org.sgx.j2s.yui3.yui.widget.Widget
Set the Widget's "disabled" attribute to "false".
end() - Method in class org.sgx.j2s.yui3.yui.dd.Drag
Ends the drag operation
error(String, Object) - Method in class org.sgx.j2s.yui3.yui.YUI
Report an error.
escapeHTML(String) - Static method in class org.sgx.j2s.js.JsUtils
 
Event - Class in org.sgx.j2s.html
please use jsUtils.normalizeEvent() in javascript event handlers sgurin has modified this class so only html dom event object compatible attributes are supported. see: http://www.w3schools.com/htmldom/dom_obj_event.asp
Event() - Constructor for class org.sgx.j2s.html.Event
 
Event - Class in org.sgx.j2s.yui3.yui.event
The event utility provides functions to add and remove event listeners, event cleansing.
Event() - Constructor for class org.sgx.j2s.yui3.yui.event.Event
 
Event - Variable in class org.sgx.j2s.yui3.yui.YUI
 
EventHandle - Class in org.sgx.j2s.yui3.yui.event
 
EventHandle() - Constructor for class org.sgx.j2s.yui3.yui.event.EventHandle
 
EventTarget - Class in org.sgx.j2s.yui3.yui.event
EventTarget provides the implementation for any object to publish, subscribe and fire to custom events, and also alows other EventTargets to target the object with events sourced from the other object.
EventTarget() - Constructor for class org.sgx.j2s.yui3.yui.event.EventTarget
 
expand() - Method in class org.sgx.j2s.aui.Panel
Expand the panel setting the collapsed attribute to false.
expand() - Method in class org.sgx.j2s.aui.tree.TreeNode
Expand the current TreeNode.
expandAll() - Method in class org.sgx.j2s.aui.tree.TreeData
expand all children of the TreeData.
extend(Object, Object, Object, Object) - Method in class org.sgx.j2s.yui3.yui.YUI
Utility to set up the prototype, constructor and superclass properties to support an inheritance strategy that can chain constructors and methods.

F

filter - Variable in class org.sgx.j2s.html.CSSStyle
 
filter - Variable in class org.sgx.j2s.yui3.yui.YUI.YUIConfig
 
FILTER_DEBUG - Static variable in class org.sgx.j2s.yui3.yui.YUI.YUIConfig
 
FILTER_DEFAULT - Static variable in class org.sgx.j2s.yui3.yui.YUI.YUIConfig
 
FILTER_RAW - Static variable in class org.sgx.j2s.yui3.yui.YUI.YUIConfig
 
findByChild(Object) - Method in class org.sgx.j2s.aui.DialogManager
Find the Widget instance based on a child element.
fire(String) - Method in class org.sgx.j2s.yui3.yui.event.EventTarget
Fire a custom event by name.
firebug() - Static method in class org.sgx.j2s.js.JsUtils
 
firstChild - Variable in class org.sgx.j2s.html.Element
 
focus() - Method in class org.sgx.j2s.html.Element
 
focus() - Method in class org.sgx.j2s.html.HTMLSelect
 
focus() - Method in class org.sgx.j2s.yui3.yui.widget.Widget
Causes the Widget to receive the focus by setting the "focused" attribute to "true".
fontFamily - Variable in class org.sgx.j2s.html.CSSStyle
 
fontSize - Variable in class org.sgx.j2s.html.CSSStyle
 
fontStyle - Variable in class org.sgx.j2s.html.CSSStyle
 
fontVariant - Variable in class org.sgx.j2s.html.CSSStyle
 
fontWeight - Variable in class org.sgx.j2s.html.CSSStyle
 
forward() - Method in class org.sgx.j2s.html.History
 
FUNC(Runnable) - Static method in class org.sgx.j2s.js.JsUtils
 

G

gecko() - Method in class org.sgx.j2s.yui3.yui.UA
Gecko engine revision number.
GET(Object, Object) - Static method in class org.sgx.j2s.js.JsUtils
 
get(String) - Method in class org.sgx.j2s.yui3.yui.Attribute
Returns the current value of the attribute.
Get - Class in org.sgx.j2s.yui3.yui
Fetches and inserts one or more script or link nodes into the document
Get(Object) - Constructor for class org.sgx.j2s.yui3.yui.Get
 
get(String, String, String) - Method in class org.sgx.j2s.yui3.yui.Intl
Gets the module's localized resources for the currently active language (as provided by the getLang method).
get(String) - Method in class org.sgx.j2s.yui3.yui.Node
Returns an attribute value on the Node instance.
getAttribute(String) - Method in class org.sgx.j2s.html.Element
 
getAttribute(Element, String) - Static method in class org.sgx.j2s.html.HTMLUtils
 
getAttrs() - Method in class org.sgx.j2s.yui3.yui.Attribute
Gets multiple attribute values.
getAvailableLangs(String) - Method in class org.sgx.j2s.yui3.yui.Intl
Gets the list of languages for which localized resources are available for a given module, based on the module meta-data (part of loader).
getBodyContent() - Method in class org.sgx.j2s.aui.Dialog
 
getBodyNode() - Method in class org.sgx.j2s.aui.Panel
 
getByNode(Object) - Method in class org.sgx.j2s.yui3.yui.widget.Widget
static Widget Widget.getByNode ( node )
Returns the widget instance whose bounding box contains, or is, the given node.
getChildren(boolean) - Method in class org.sgx.j2s.aui.tree.TreeData
Get an Array of the children nodes of the current TreeData.
getChildren(Element, int) - Static method in class org.sgx.j2s.html.HTMLUtils
 
getClassName(Object) - Static method in class org.sgx.j2s.js.ClazzLoader
 
getClassName() - Method in class org.sgx.j2s.yui3.yui.widget.Widget
Generate a standard prefixed classname for the Widget, prefixed by the default prefix defined by the Y.config.classNamePrefix attribute used by ClassNameManager and Widget.NAME.toLowerCase() (e.g.
getComputedStyle(String) - Method in class org.sgx.j2s.yui3.yui.Node
Returns the computed value for the given style property.
getConstrain2node() - Method in class org.sgx.j2s.aui.Resize
Constrain the resize to a particular node.
getConstrain2region() - Method in class org.sgx.j2s.aui.Resize
Constrain the resize to a particular region.
getConstrain2view() - Method in class org.sgx.j2s.aui.Resize
constrain2view - Object Will attempt to constrain the drag node to the boundaries of the viewport region.
getData(String) - Method in class org.sgx.j2s.yui3.yui.Node
 
getDate() - Method in class org.sgx.j2s.html.Date
Returns the day of the month from a Date object (from 1-31) 1 3
getDay() - Method in class org.sgx.j2s.html.Date
Returns the day of the week from a Date object (from 0-6) 1 3
getDefaultLocale() - Method in class org.sgx.j2s.yui3.yui.widget.Widget
Returns the default locale for the widget (the locale value defined by the widget class, or provided by the user during construction).
getDepth() - Method in class org.sgx.j2s.aui.tree.TreeNode
Get the depth of the current TreeNode.
getDocument() - Static method in class org.sgx.j2s.html.HTMLUtils
 
getDOMNode() - Method in class org.sgx.j2s.yui3.yui.Node
Retrieves the DOM node bound to this Node instance
getElementById(String) - Method in class org.sgx.j2s.html.Document
 
getElementsByTagName(String) - Method in class org.sgx.j2s.html.Document
 
getEvent(String, String) - Method in class org.sgx.j2s.yui3.yui.event.EventTarget
Returns the custom event of the provided type has been created, a falsy value otherwise
getEventOutputMap(TreeNode) - Method in class org.sgx.j2s.aui.tree.TreeData
Get an object containing metadata for the custom events.
getFullYear() - Method in class org.sgx.j2s.html.Date
Returns the year, as a four-digit number, from a Date object 1 4
getHandles() - Method in class org.sgx.j2s.aui.Resize
handles - Array | String The handles to use (any combination of): 't', 'b', 'r', 'l', 'bl', 'br', 'tl', 'tr'.
getHours() - Method in class org.sgx.j2s.html.Date
Returns the hour of a Date object (from 0-23) 1 3
getIcons() - Method in class org.sgx.j2s.aui.Panel
 
getInstance() - Static method in class org.sgx.j2s.js.ClazzLoader
 
getIOFunc() - Method in class org.sgx.j2s.aui.IO
 
getLang(String) - Method in class org.sgx.j2s.yui3.yui.Intl
Get the currently active language for the given module.Y
getLastSelected() - Method in class org.sgx.j2s.aui.tree.TreeView
 
getMaxHeight() - Method in class org.sgx.j2s.aui.Resize
The maximum height of the element Default Value: Infinity
getMaxWidth() - Method in class org.sgx.j2s.aui.Resize
maxWidth - Number The maximum width of the element Default Value: Infinity
getMilliseconds() - Method in class org.sgx.j2s.html.Date
Returns the milliseconds of a Date object (from 0-999) 1 4
getMinHeight() - Method in class org.sgx.j2s.aui.Resize
minHeight - Number The minimum height of the element Default Value: 15
getMinutes() - Method in class org.sgx.j2s.html.Date
Returns the minutes of a Date object (from 0-59) 1 3
getMinWidth() - Method in class org.sgx.j2s.aui.Resize
minWidth - Number The minimum width of the element Default Value: 15
getMonth() - Method in class org.sgx.j2s.html.Date
Returns the month from a Date object (from 0-11) 1 3
getNavigator() - Static method in class org.sgx.j2s.html.HTMLUtils
 
getNode() - Method in class org.sgx.j2s.aui.Resize
node - Node The selector or element to resize.
getNodeByChild(Node) - Method in class org.sgx.j2s.aui.tree.TreeData
Get a TreeNode instance by a child DOM Node.
getNodeById(String) - Method in class org.sgx.j2s.aui.tree.TreeData
Get a TreeNode by id.
getParamCount() - Method in class org.sgx.j2s.js.AbstractRunnable
 
getParamCount() - Method in class org.sgx.j2s.yui3.yui.Array.ArrayVisitor
 
getProxyEl() - Method in class org.sgx.j2s.aui.Resize
proxyEl - String | Node The Resize proxy element.
getSeconds() - Method in class org.sgx.j2s.html.Date
Returns the seconds of a Date object (from 0-59) 1 3
getSkinName() - Method in class org.sgx.j2s.yui3.yui.widget.Widget
 
getString(String) - Method in class org.sgx.j2s.yui3.yui.widget.Widget
 
getStrings() - Method in class org.sgx.j2s.yui3.yui.widget.Widget
 
getStyle(String) - Method in class org.sgx.j2s.yui3.yui.Node
Returns the style's current value.
getTickX() - Method in class org.sgx.j2s.aui.Resize
tickX - Number | false The number of x ticks to span the resize to.
getTickY() - Method in class org.sgx.j2s.aui.Resize
tickY - Number | false The number of y ticks to span the resize to.
getTime() - Method in class org.sgx.j2s.html.Date
Returns the number of milliseconds since midnight Jan 1, 1970 1 3
getTimezoneOffset() - Method in class org.sgx.j2s.html.Date
Returns the difference in minutes between local time and Greenwich Mean Time (GMT) 1 3
getTitle() - Method in class org.sgx.j2s.aui.Panel
The title to be displayed on the Panel or null if this panel has no title
getType() - Method in class org.sgx.j2s.aui.tree.TreeView
 
getUTCDate() - Method in class org.sgx.j2s.html.Date
Returns the day of the month from a Date object according to universal time (from 1-31) 1 4
getUTCDay() - Method in class org.sgx.j2s.html.Date
Returns the day of the week from a Date object according to universal time (from 0-6) 1 4
getUTCFullYear() - Method in class org.sgx.j2s.html.Date
Returns the four-digit year from a Date object according to universal time 1 4
getUTCHours() - Method in class org.sgx.j2s.html.Date
Returns the hour of a Date object according to universal time (from 0-23) 1 4
getUTCMilliseconds() - Method in class org.sgx.j2s.html.Date
Returns the milliseconds of a Date object according to universal time (from 0-999) 1 4
getUTCMinutes() - Method in class org.sgx.j2s.html.Date
Returns the minutes of a Date object according to universal time (from 0-59) 1 4
getUTCMonth() - Method in class org.sgx.j2s.html.Date
Returns the month from a Date object according to universal time (from 0-11) 1 4
getUTCSeconds() - Method in class org.sgx.j2s.html.Date
Returns the seconds of a Date object according to universal time (from 0-59) 1 4
getValue(Object, Object[]) - Method in class org.sgx.j2s.yui3.yui.Obj
Retrieves the sub value at the provided path, from the value object provided.
getWrapper() - Method in class org.sgx.j2s.aui.Resize
wrapper - writeonce String | Node Element to wrap the wrapTypes.
getWrapTypes() - Method in class org.sgx.j2s.aui.Resize
wrapTypes - Regex Elements that requires a wrapper by default.
getX() - Method in class org.sgx.j2s.yui3.yui.Node
Gets the current X position of the node in page coordinates.
getXY() - Method in class org.sgx.j2s.yui3.yui.Node
Gets the current position of the node in page coordinates.
getY() - Method in class org.sgx.j2s.yui3.yui.Node
Gets the current Y position of the node in page coordinates.
getYUIConfigObject() - Method in class org.sgx.j2s.yui3.yui.YUI.YUIConfig
 
getZIndexBase() - Method in class org.sgx.j2s.yui3.yui.OverlayManager
get The zIndex base to be used on the stacking for all overlays registered on the OverlayManager.
go(String) - Method in class org.sgx.j2s.html.History
 
guid(String) - Method in class org.sgx.j2s.yui3.yui.YUI
Generate an id that is unique among all YUI instances

H

hasChildNodes() - Method in class org.sgx.j2s.aui.tree.TreeData
Whether the TreeData contains children or not.
hasClass(String) - Method in class org.sgx.j2s.yui3.yui.Node
Determines whether each node has the given className.
hasClass(String) - Method in class org.sgx.j2s.yui3.yui.NodeList
Determines whether each node has the given className.
hasClass(Object, String) - Method in class org.sgx.j2s.yui3.yui.YUI
Determines whether a DOM element has the given className.
hash(Object[], Object[]) - Method in class org.sgx.j2s.yui3.yui.Array
Returns an object using the first array as keys, and the second as values.
hasKey(Object, Object) - Method in class org.sgx.j2s.yui3.yui.Obj
Returns true if the object contains a given key
hasLayout - Variable in class org.sgx.j2s.html.CSSStyle
 
hasLayout - Variable in class org.sgx.j2s.html.Element
 
hasValue(Object, Object) - Method in class org.sgx.j2s.yui3.yui.Obj
Returns true if the object contains a given value
header(String, String) - Method in class org.sgx.j2s.aui.IO
Method that stores default client headers for all transactions.
height - Variable in class org.sgx.j2s.html.CSSStyle
 
height - Variable in class org.sgx.j2s.html.Element
 
height - Variable in class org.sgx.j2s.html.IFrame
 
height - Variable in class org.sgx.j2s.html.Image
 
height - Variable in class org.sgx.j2s.yui3.yui.Region
 
hide() - Method in class org.sgx.j2s.yui3.yui.widget.Widget
Hides the Widget by setting the "visible" attribute to "false".
hideAll() - Method in class org.sgx.j2s.yui3.yui.OverlayManager
Invoke the hide method from all registered Overlays.
History - Class in org.sgx.j2s.html
 
History() - Constructor for class org.sgx.j2s.html.History
 
history - Static variable in class org.sgx.j2s.html.window
 
href - Variable in class org.sgx.j2s.html.Element
 
HTML(Object) - Static method in class org.sgx.j2s.js.JsUtils
 
HTMLEvent - Class in org.sgx.j2s.html
 
HTMLEvent() - Constructor for class org.sgx.j2s.html.HTMLEvent
 
HTMLOption - Class in org.sgx.j2s.html
 
HTMLOption() - Constructor for class org.sgx.j2s.html.HTMLOption
 
HTMLSelect - Class in org.sgx.j2s.html
TODO: complete with http://www.w3schools.com/jsref/dom_obj_select.asp
HTMLSelect() - Constructor for class org.sgx.j2s.html.HTMLSelect
 
HTMLTable - Class in org.sgx.j2s.html
 
HTMLTable() - Constructor for class org.sgx.j2s.html.HTMLTable
 
HTMLTableCell - Class in org.sgx.j2s.html
 
HTMLTableCell() - Constructor for class org.sgx.j2s.html.HTMLTableCell
 
HTMLTableRow - Class in org.sgx.j2s.html
interface with native TableRow Objects. you can cast native objects woth this class so java user will be able to manipulate this html dom objects with java.
HTMLTableRow() - Constructor for class org.sgx.j2s.html.HTMLTableRow
 
HTMLUtils - Class in org.sgx.j2s.html
usefull html utilities
HTMLUtils() - Constructor for class org.sgx.j2s.html.HTMLUtils
 

I

id - Variable in class org.sgx.j2s.html.Element
 
ie() - Method in class org.sgx.j2s.yui3.yui.UA
Internet Explorer version number or 0.
IFrame - Class in org.sgx.j2s.html
 
IFrame() - Constructor for class org.sgx.j2s.html.IFrame
 
Image - Class in org.sgx.j2s.html
 
Image() - Constructor for class org.sgx.j2s.html.Image
 
indexOf(int) - Method in class org.sgx.j2s.aui.tree.TreeData
Index of the passed TreeNode on the children attribute.
indexOf(Object[], Object) - Method in class org.sgx.j2s.yui3.yui.Array
use this utility only for native objects and native arrays. for example, indexOf(new Integer[]{1,2}, new Integer(1)) will fail because the comparition is done with javascript === operator and not with .equals() java method...
inGroup(String[]) - Method in class org.sgx.j2s.yui3.yui.dd.Drop
Check if this target is in one of the supplied groups.
innerHTML - Variable in class org.sgx.j2s.html.Element
 
innerText - Variable in class org.sgx.j2s.html.Element
 
insert(TreeNode, TreeNode, String) - Method in class org.sgx.j2s.aui.tree.TreeData
Insert treeNode before or after the refTreeNode.
insertAfter(TreeNode, TreeNode) - Method in class org.sgx.j2s.aui.tree.TreeData
Insert treeNode after the refTreeNode.
insertBefore(TreeNode, TreeNode) - Method in class org.sgx.j2s.aui.tree.TreeData
Insert treeNode before the refTreeNode.
insertBefore(Element, Element) - Method in class org.sgx.j2s.html.Element
 
insertCell(int) - Method in class org.sgx.j2s.html.HTMLTableRow
 
insertRow(int) - Method in class org.sgx.j2s.html.HTMLTable
 
inserts(Object, Object) - Method in class org.sgx.j2s.yui3.yui.Node
Inserts the content before the reference node.
instance - Static variable in class org.sgx.j2s.js.ClazzLoader
 
Intl - Class in org.sgx.j2s.yui3.yui
The Intl utility provides a central location for managing sets of localized resources (strings and formatting patterns).
Intl(Object) - Constructor for class org.sgx.j2s.yui3.yui.Intl
 
Intl - Variable in class org.sgx.j2s.yui3.yui.YUI
 
IO - Class in org.sgx.j2s.aui
data==Y.io since all methods are static
IO() - Constructor for class org.sgx.j2s.aui.IO
 
io(String, Object) - Method in class org.sgx.j2s.aui.IO
Method for requesting a transaction.
io - Variable in class org.sgx.j2s.yui3.yui.YUI
 
IO.IOTransaction - Class in org.sgx.j2s.aui
the object returned but io() that represents an IO transaction
IO.IOTransaction() - Constructor for class org.sgx.j2s.aui.IO.IOTransaction
 
isArray(Object) - Method in class org.sgx.j2s.yui3.yui.Lang
Determines whether or not the provided item is an array.
isAutoHide() - Method in class org.sgx.j2s.aui.Resize
False to ensure that the resize handles are always visible, true to display them only when the user mouses over the resizable borders.
isBoolean(Object) - Method in class org.sgx.j2s.yui3.yui.Lang
Determines whether or not the provided item is a boolean
isBrowserIE() - Static method in class org.sgx.j2s.html.HTMLUtils
 
isCollapsed() - Method in class org.sgx.j2s.aui.Panel
 
isDate(Object) - Method in class org.sgx.j2s.yui3.yui.Lang
Determines whether or not the supplied item is a date instance
isDomReady() - Method in class org.sgx.j2s.yui3.yui.event.Event
True when the document is initially usable
isEmpty() - Method in class org.sgx.j2s.yui3.yui.NodeList
Determines if the instance is bound to any nodes
isFunction(Object) - Method in class org.sgx.j2s.yui3.yui.Lang
Determines whether or not the provided item is a function Note: Internet Explorer thinks certain functions are objects: var obj = document.createElement("object"); Y.Lang.isFunction(obj.getAttribute) // reports false in IE var input = document.createElement("input"); // append to body Y.Lang.isFunction(input.focus) // reports false in IE You will have to implement additional tests if these functions matter to you.
isLeaf() - Method in class org.sgx.j2s.aui.tree.TreeNode
Whether the current TreeNode is a leaf or not.
isNull(Object) - Method in class org.sgx.j2s.yui3.yui.Lang
Determines whether or not the provided item is null
isNumber(Object) - Method in class org.sgx.j2s.yui3.yui.Lang
Determines whether or not the provided item is a legal number
isObject(Object) - Static method in class org.sgx.j2s.yui3.yui.Lang
Determines whether or not the provided item is of type object or function
isPreserveRatio() - Method in class org.sgx.j2s.aui.Resize
preserveRatio - boolean Maintain the element's ratio when resizing.
isProxy() - Method in class org.sgx.j2s.aui.Resize
proxy - boolean Resize a proxy element instead of the real element.
isRegistered(TreeNode) - Method in class org.sgx.j2s.aui.tree.TreeData
Whether the TreeNode is registered on this TreeData.
isResizing() - Method in class org.sgx.j2s.aui.Resize
resizing - boolean True when the element is being Resized.
isSelected() - Method in class org.sgx.j2s.aui.tree.TreeNode
Whether the current TreeNode is selected or not.
isSetCollapsible() - Method in class org.sgx.j2s.aui.Panel
 
isString(Object) - Method in class org.sgx.j2s.yui3.yui.Lang
Determines whether or not the provided item is a string
isUndefined(Object) - Method in class org.sgx.j2s.yui3.yui.Lang
Determines whether or not the provided item is undefined
isValidAttribute(String) - Static method in class org.sgx.j2s.html.HTMLUtils
 
isValue(Object) - Method in class org.sgx.j2s.yui3.yui.Lang
A convenience method for detecting a legitimate non-null value.
isWrap() - Method in class org.sgx.j2s.aui.Resize
wrap - boolean True to wrap an element with a div if needed (required for textareas and images, defaults to false) in favor of the handles config option.
item(int) - Method in class org.sgx.j2s.aui.tree.TreeData
Get a TreeNode children by index.

J

JAVA(Object) - Static method in class org.sgx.j2s.js.JsUtils
 
javaEnabled() - Method in class org.sgx.j2s.html.Navigator
Specifies whether or not the browser has Java enabled
JsUtils - Class in org.sgx.j2s.js
Utilities that easies defining and accessing native javascript language contructions from java.
JsUtils() - Constructor for class org.sgx.j2s.js.JsUtils
 
JsUtilsTest - Class in org.sgx.j2s.js
 
JsUtilsTest() - Constructor for class org.sgx.j2s.js.JsUtilsTest
 

K

keyCode - Variable in class org.sgx.j2s.html.HTMLEvent
 
keys(Object) - Method in class org.sgx.j2s.yui3.yui.Obj
Returns an array containing the object's keys

L

label - Variable in class org.sgx.j2s.html.Option
 
Lang - Class in org.sgx.j2s.yui3.yui
Provides the language utilites and extensions used by the library
Lang() - Constructor for class org.sgx.j2s.yui3.yui.Lang
 
Lang - Variable in class org.sgx.j2s.yui3.yui.YUI
 
lastChild - Variable in class org.sgx.j2s.html.Element
 
later(int, Object, Runnable, Object[], boolean) - Method in class org.sgx.j2s.yui3.yui.YUI
Executes the supplied function in the context of the supplied object 'when' milliseconds later.
left - Variable in class org.sgx.j2s.html.CSSStyle
 
left - Variable in class org.sgx.j2s.yui3.yui.Region
 
length - Variable in class org.sgx.j2s.html.HTMLSelect
 
letterSpacing - Variable in class org.sgx.j2s.html.CSSStyle
 
lineHeight - Variable in class org.sgx.j2s.html.CSSStyle
 
loadClass(String, Runnable) - Method in class org.sgx.j2s.js.ClazzLoader
 
loadClasses(String[], Runnable) - Static method in class org.sgx.j2s.js.ClazzLoader
 
loaded(YUI) - Method in class org.sgx.j2s.aui.AUI.AUILoadListener
 
loaded(YUI) - Method in interface org.sgx.j2s.yui3.yui.YUI.YUILoadListener
 
loadedClassesMap - Variable in class org.sgx.j2s.js.ClazzLoader
 
log(String, String, String, boolean) - Method in class org.sgx.j2s.yui3.yui.YUI
If the 'debug' config is true, a 'yui:log' event will be dispatched, which the Console widget and anything else can consume.

M

margin - Variable in class org.sgx.j2s.html.CSSStyle
 
marginBottom - Variable in class org.sgx.j2s.html.CSSStyle
 
marginLeft - Variable in class org.sgx.j2s.html.CSSStyle
 
marginRight - Variable in class org.sgx.j2s.html.CSSStyle
 
marginTop - Variable in class org.sgx.j2s.html.CSSStyle
 
maxHeight - Variable in class org.sgx.j2s.html.CSSStyle
 
maxWidth - Variable in class org.sgx.j2s.html.CSSStyle
 
merge(Object[]) - Method in class org.sgx.j2s.yui3.yui.YUI
Returns a new object containing all of the properties of all the supplied objects.
message(String, String, String, boolean) - Method in class org.sgx.j2s.yui3.yui.YUI
Write a system message.
metaKey - Variable in class org.sgx.j2s.html.Event
Returns whether or not the "meta" key was pressed when an event was triggered
minHeight - Variable in class org.sgx.j2s.html.CSSStyle
 
minWidth - Variable in class org.sgx.j2s.html.CSSStyle
 
mix(Object, Object, boolean, String[], int, int) - Method in class org.sgx.j2s.yui3.yui.YUI
Applies the supplier's properties to the receiver.
mobile() - Method in class org.sgx.j2s.yui3.yui.UA
The mobile property will be set to a string containing any relevant user agent information when a modern mobile browser is detected.
modifyAttr(String, Object) - Method in class org.sgx.j2s.yui3.yui.Attribute
Updates the configuration of an attribute which has already been added.
MSIE - Static variable in class org.sgx.j2s.html.Navigator
appName Value for IE
multiple - Variable in class org.sgx.j2s.html.Element
 
multiple - Variable in class org.sgx.j2s.html.HTMLSelect
 

N

name - Variable in class org.sgx.j2s.html.Textarea
 
namespace(String) - Method in class org.sgx.j2s.yui3.yui.YUI
Returns the namespace specified and creates it if it doesn't exist YUI.namespace("property.package"); YUI.namespace("YAHOO.property.package"); Either of the above would create YUI.property, then YUI.property.package (YAHOO is scrubbed out, this is to remain compatible with YUI2) Be careful when naming packages.
NATIVE(Object) - Static method in class org.sgx.j2s.js.JsUtils
transformation of java Boolean, Integer, Double, Float, Character, Object[], Runnable and YUINativeWrapper to native objects.
NATIVE_aux(String, Object) - Static method in class org.sgx.j2s.js.JsUtils
 
NativeWrapper - Class in org.sgx.j2s.js
 
NativeWrapper() - Constructor for class org.sgx.j2s.js.NativeWrapper
 
Navigator - Class in org.sgx.j2s.html
html dom Navigator object wrapper.
Navigator() - Constructor for class org.sgx.j2s.html.Navigator
 
NestedList - Class in org.sgx.j2s.aui
A base class for NestedList, providing:
Widget Lifecycle (initializer, renderUI, bindUI, syncUI, destructor)
Nested sortable utility
Quick Example: var nl = new A.NestedList({ nodes: '#demo li', dropContainer: 'ul.droppable' });
NestedList() - Constructor for class org.sgx.j2s.aui.NestedList
 
Netscape - Static variable in class org.sgx.j2s.html.Navigator
appName Value for netscape / firefox
newAutoComplete(Object) - Method in class org.sgx.j2s.aui.AUI
Available configuration attributes:
alwaysShowContainer - Boolean
Always show the results container, instead of only showing when the user is requesting them.
newButton(Object) - Method in class org.sgx.j2s.aui.AUI
activeState - Boolean
Whether to track the active state of the button.
newDialog(Object) - Method in class org.sgx.j2s.aui.AUI
Description of configuration object properties
bodyContent - Node | String
newDialogManager(Object) - Method in class org.sgx.j2s.aui.AUI
creates a new DialogManager instance
newDrag(Object) - Method in class org.sgx.j2s.yui3.yui.YUI
Configuration attributes:

Configuration Attributes
activeHandle - Node
This config option is set by Drag to inform you of which handle fired the drag event (in the case that there are several handles): default false.
newEditable(Object) - Method in class org.sgx.j2s.aui.AUI
cancelButton - String
Button constructor Object for the cancelButton.
newNestedList(Object) - Method in class org.sgx.j2s.aui.AUI
 
newOverlay(Object) - Method in class org.sgx.j2s.yui3.yui.YUI
 
newOverlayManager(Object) - Method in class org.sgx.j2s.yui3.yui.YUI
 
newPanel(Object) - Method in class org.sgx.j2s.aui.AUI
 
newResize(Object) - Method in class org.sgx.j2s.aui.AUI
 
newTooltip(Object) - Method in class org.sgx.j2s.aui.AUI
align - Object
newTreeViewDD(Object) - Method in class org.sgx.j2s.aui.AUI
 
newWidget(Object) - Method in class org.sgx.j2s.yui3.yui.YUI
Configuration attributes:

Configuration Attributes
boundingBox - writeonce String | Node
The outermost DOM node for the Widget, used for sizing and positioning of a Widget as well as a containing element for any decorator elements used for skinning.
nextSibling - Variable in class org.sgx.j2s.html.Element
 
Node - Class in org.sgx.j2s.yui3.yui
The Node class provides a wrapper for manipulating DOM Nodes.
Node() - Constructor for class org.sgx.j2s.yui3.yui.Node
 
Node - Variable in class org.sgx.j2s.yui3.yui.YUI
 
NodeBase - Class in org.sgx.j2s.yui3.yui
this class is artificially created by yui4java, for storing a lot of functionality that from the point of viewof yui4java has the same implementation in Node and Nodelist.
NodeBase() - Constructor for class org.sgx.j2s.yui3.yui.NodeBase
 
NodeList - Class in org.sgx.j2s.yui3.yui
The NodeList class provides a wrapper for manipulating DOM NodeLists.
NodeList() - Constructor for class org.sgx.j2s.yui3.yui.NodeList
 
nodeName - Variable in class org.sgx.j2s.html.Element
 
nodeType - Variable in class org.sgx.j2s.html.Element
 
nodeValue - Variable in class org.sgx.j2s.html.Element
 
normalizeJsEvent(Object) - Static method in class org.sgx.j2s.html.HTMLUtils
Gets an event with all needed properties


O

OBJ(Object...) - Static method in class org.sgx.j2s.js.JsUtils
creates a native javascript objects.
Obj - Class in org.sgx.j2s.yui3.yui
Y.Object
Obj() - Constructor for class org.sgx.j2s.yui3.yui.Obj
 
Obj - Variable in class org.sgx.j2s.yui3.yui.YUI
 
objectsAreEquals(Object, Object, Comparator<Object>) - Static method in class org.sgx.j2s.js.JsUtils
 
offsetHeight - Variable in class org.sgx.j2s.html.Element
 
offsetLeft - Variable in class org.sgx.j2s.html.Element
 
offsetParent - Variable in class org.sgx.j2s.html.Element
 
offsetTop - Variable in class org.sgx.j2s.html.Element
 
offsetWidth - Variable in class org.sgx.j2s.html.Element
 
offsetX - Variable in class org.sgx.j2s.html.Event
position respecting to src parent
offsetX - Variable in class org.sgx.j2s.html.HTMLEvent
 
offsetY - Variable in class org.sgx.j2s.html.Event
position respecting to src parent
offsetY - Variable in class org.sgx.j2s.html.HTMLEvent
 
on(String, Runnable, Object[]) - Method in class org.sgx.j2s.yui3.yui.event.EventTarget
Subscribe to a custom event hosted by this object
onblur - Variable in class org.sgx.j2s.html.Element
 
once(String, Runnable, Object[]) - Method in class org.sgx.j2s.yui3.yui.event.EventTarget
Listen to a custom event hosted by this object one time.
onchange - Variable in class org.sgx.j2s.html.Element
 
onclick - Variable in class org.sgx.j2s.html.Element
 
oncontextmenu - Variable in class org.sgx.j2s.html.Element
 
ondblclick - Variable in class org.sgx.j2s.html.Element
 
one(Object) - Method in class org.sgx.j2s.yui3.yui.Node
Returns a single Node instance bound to the node or the first element matching the given selector.
onfocus - Variable in class org.sgx.j2s.html.Element
 
onfocusout - Variable in class org.sgx.j2s.html.Element
 
onhelp - Variable in class org.sgx.j2s.html.Element
 
onkeydown - Variable in class org.sgx.j2s.html.Element
 
onkeypress - Variable in class org.sgx.j2s.html.Element
 
onkeyup - Variable in class org.sgx.j2s.html.Element
 
onLoseCapture - Variable in class org.sgx.j2s.html.Element
 
onmousedown - Variable in class org.sgx.j2s.html.Element
 
onmousemove - Variable in class org.sgx.j2s.html.Element
 
onmouseout - Variable in class org.sgx.j2s.html.Element
 
onmouseover - Variable in class org.sgx.j2s.html.Element
 
onmouseup - Variable in class org.sgx.j2s.html.Element
 
onscroll - Variable in class org.sgx.j2s.html.Element
 
onselectchange - Variable in class org.sgx.j2s.html.Element
 
onselectstart - Variable in class org.sgx.j2s.html.Element
 
opacity - Variable in class org.sgx.j2s.html.CSSStyle
 
opera() - Method in class org.sgx.j2s.yui3.yui.UA
Opera version number or 0.
Option - Class in org.sgx.j2s.html
 
Option(String, String) - Constructor for class org.sgx.j2s.html.Option
 
options - Variable in class org.sgx.j2s.html.Element
 
options - Variable in class org.sgx.j2s.html.HTMLSelect
 
org.sgx.j2s.aui - package org.sgx.j2s.aui
 
org.sgx.j2s.aui.tree - package org.sgx.j2s.aui.tree
 
org.sgx.j2s.html - package org.sgx.j2s.html
 
org.sgx.j2s.js - package org.sgx.j2s.js
 
org.sgx.j2s.yui3.yui - package org.sgx.j2s.yui3.yui
 
org.sgx.j2s.yui3.yui.dd - package org.sgx.j2s.yui3.yui.dd
 
org.sgx.j2s.yui3.yui.event - package org.sgx.j2s.yui3.yui.event
 
org.sgx.j2s.yui3.yui.widget - package org.sgx.j2s.yui3.yui.widget
 
os() - Method in class org.sgx.j2s.yui3.yui.UA
The operating system.
overflow - Variable in class org.sgx.j2s.html.CSSStyle
 
Overlay - Class in org.sgx.j2s.yui3.yui.widget
A basic Overlay Widget, which can be positioned based on Page XY co-ordinates and is stackable (z-index support).
Overlay() - Constructor for class org.sgx.j2s.yui3.yui.widget.Overlay
 
OverlayBase - Class in org.sgx.j2s.aui
A basic Overlay Widget, which can be positioned based on Page XY co-ordinates and is stackable (z-index support).
OverlayBase() - Constructor for class org.sgx.j2s.aui.OverlayBase
 
OverlayContext - Class in org.sgx.j2s.aui
A base class for OverlayContext, providing:
Widget Lifecycle (initializer, renderUI, bindUI, syncUI, destructor)
Able to display an Overlay at a specified corner of an element trigger
Quick Example:
var instance = new A.OverlayContext({ boundingBox: '#OverlayBoundingBox', hideOn: 'mouseleave', showOn: 'mouseenter', trigger: '.menu-trigger' }).render();
OverlayContext() - Constructor for class org.sgx.j2s.aui.OverlayContext
 
OverlayContextPanel - Class in org.sgx.j2s.aui
A base class for OverlayContextPanel, providing: Widget Lifecycle (initializer, renderUI, bindUI, syncUI, destructor) Customizable arrow Optional animation when show or hide Quick Example: var instance = new A.OverlayContextPanel({ bodyContent: 'Here s a sample OverlayContextPanel
OverlayContextPanel() - Constructor for class org.sgx.j2s.aui.OverlayContextPanel
 
OverlayManager - Class in org.sgx.j2s.yui3.yui
A base class for OverlayManager, providing:
Grouping overlays
Show or hide the entire group of registered overlays
Basic Overlay Stackability (zIndex support)
Quick Example:
var groupOverlayManager = new A.OverlayManager(); groupOverlayManager.register([overlay1, overlay2, overlay3]); groupOverlayManager.hideAll();
OverlayManager() - Constructor for class org.sgx.j2s.yui3.yui.OverlayManager
 
owns(Object, Object) - Method in class org.sgx.j2s.yui3.yui.Obj
Determines whether or not the property was added to the object instance.

P

padding - Variable in class org.sgx.j2s.html.CSSStyle
 
paddingBottom - Variable in class org.sgx.j2s.html.CSSStyle
 
paddingLeft - Variable in class org.sgx.j2s.html.CSSStyle
 
paddingRight - Variable in class org.sgx.j2s.html.CSSStyle
 
paddingTop - Variable in class org.sgx.j2s.html.CSSStyle
 
Panel - Class in org.sgx.j2s.aui
The Panel Utility - Panel is a container that has specific functionality and structural components that make it the good for building block for application-oriented user interfaces.
Panel() - Constructor for class org.sgx.j2s.aui.Panel
 
paramCount - Variable in class org.sgx.j2s.js.AbstractRunnable
 
PARENT_ATTR_NAME - Static variable in class org.sgx.j2s.html.HTMLUtils
 
parentNode - Variable in class org.sgx.j2s.html.Element
 
parse(String) - Method in class org.sgx.j2s.html.Date
Takes a date string and returns the number of milliseconds since midnight of January 1, 1970 1 3
parseRGB(String) - Static method in class org.sgx.j2s.yui3.yui.ColorUtil
 
platform - Variable in class org.sgx.j2s.html.Navigator
 
position - Variable in class org.sgx.j2s.html.CSSStyle
 
prepend(Object) - Method in class org.sgx.j2s.yui3.yui.Node
Inserts the content as the firstChild of the node.
printEvent(Event) - Static method in class org.sgx.j2s.html.HTMLUtils
prints a normalized event
printIn(Element, String) - Static method in class org.sgx.j2s.html.HTMLUtils
 
prompt(String, String) - Static method in class org.sgx.j2s.html.window
 
PROPS(Object) - Static method in class org.sgx.j2s.js.JsUtils
return the names of an javascript object properties
publish(String, Object) - Method in class org.sgx.j2s.yui3.yui.event.EventTarget
Creates a new custom event of the specified type.
purge(boolean, String) - Method in class org.sgx.j2s.yui3.yui.Node
Removes event listeners from the node and (optionally) its subtree
PUT(Object, Object, Object) - Static method in class org.sgx.j2s.js.JsUtils
perform the javascript statement jsObj[key]=propValue;

Q

quote(Object) - Static method in class org.sgx.j2s.yui3.yui.Utils
 

R

rbind(Object, Object, Object[]) - Method in class org.sgx.j2s.yui3.yui.YUI
Returns a function that will execute the supplied function in the supplied object's context, optionally adding any additional supplied parameters to the end of the arguments the function is executed with.
readOnly - Variable in class org.sgx.j2s.html.Element
 
ready(Object[], AUI.AUILoadListener) - Method in class org.sgx.j2s.aui.AUI
ready TODO: method similiar to use() in AUI
refreshByChild(Object) - Method in class org.sgx.j2s.aui.DialogManager
Invoke the start method from the IOPlugin plugged on this Dialog instance.
refreshIndex() - Method in class org.sgx.j2s.aui.tree.TreeData
Refresh the index (i.e. re-index all nodes).
Region - Class in org.sgx.j2s.yui3.yui
 
Region() - Constructor for class org.sgx.j2s.yui3.yui.Region
 
register(Overlay) - Method in class org.sgx.j2s.yui3.yui.OverlayManager
Register the passed Overlay to this OverlayManager.
registerNode(TreeNode) - Method in class org.sgx.j2s.aui.tree.TreeData
Register the passed TreeNode on this TreeData.
rel - Variable in class org.sgx.j2s.html.Element
 
relatedTarget - Variable in class org.sgx.j2s.html.Event
Returns the element related to the element that triggered the event
remove(int) - Method in class org.sgx.j2s.html.HTMLSelect
 
remove(boolean) - Method in class org.sgx.j2s.yui3.yui.Node
Nulls internal node references, removes any plugins and event listeners.
remove(Overlay) - Method in class org.sgx.j2s.yui3.yui.OverlayManager
remove the passed Overlay to this OverlayManager.
removeAttr(String) - Method in class org.sgx.j2s.yui3.yui.Attribute
Removes an attribute from the host object
removeChild(TreeNode) - Method in class org.sgx.j2s.aui.tree.TreeData
Remove the passed node from the current TreeData.
removeChild(Element) - Method in class org.sgx.j2s.html.Element
 
removeClass(String) - Method in class org.sgx.j2s.yui3.yui.NodeBase
Removes a class name from each node.
removeClass(Object, String) - Method in class org.sgx.j2s.yui3.yui.YUI
Removes a class name from a given element.
removeEventListener(Object, String, Object, boolean) - Static method in class org.sgx.j2s.html.HTMLUtils
Removes an event listener
removeFromGroup(String) - Method in class org.sgx.j2s.yui3.yui.dd.Drag
Remove this Drag instance from a group, this should be used for on-the-fly group removals.
removeFromGroup(String) - Method in class org.sgx.j2s.yui3.yui.dd.Drop
Remove this Drop instance from a group, this should be used for on-the-fly group removals.
removeHandle(String) - Method in class org.sgx.j2s.yui3.yui.dd.Drag
Remove a Selector added by addHandle
removeInvalid(String) - Method in class org.sgx.j2s.yui3.yui.dd.Drag
Remove an invalid handle added by addInvalid
render(Object) - Method in class org.sgx.j2s.yui3.yui.widget.Widget
Establishes the initial DOM for the widget.
replace(Object) - Method in class org.sgx.j2s.yui3.yui.Node
Replace the node with the other node.
replaceChild(Element, Element) - Method in class org.sgx.j2s.html.Element
 
replaceClass(String, String) - Method in class org.sgx.j2s.yui3.yui.NodeBase
Replace a class with another class for each node.
replaceClass(Object, String, String) - Method in class org.sgx.j2s.yui3.yui.YUI
Replace a class with another class for a given element.
reset(String) - Method in class org.sgx.j2s.yui3.yui.Attribute
Resets the attribute (or all attributes) to its initial value, as long as the attribute is not readOnly, or writeOnce.
Resize - Class in org.sgx.j2s.aui
A base class for Resize, providing:
Basic Lifecycle (initializer, renderUI, bindUI, syncUI, destructor)
Applies drag handles to an element to make it resizable
Here is the list of valid resize handles: [ 't', 'tr', 'r', 'br', 'b', 'bl', 'l', 'tl' ].
Resize() - Constructor for class org.sgx.j2s.aui.Resize
 
returnValue - Variable in class org.sgx.j2s.html.HTMLEvent
 
right - Variable in class org.sgx.j2s.html.CSSStyle
 
right - Variable in class org.sgx.j2s.yui3.yui.Region
 
rowIndex - Variable in class org.sgx.j2s.html.HTMLTableRow
 
rowSpan - Variable in class org.sgx.j2s.html.HTMLTableCell
 
run() - Method in class org.sgx.j2s.js.AbstractRunnable
 
run0() - Method in class org.sgx.j2s.js.AbstractRunnable
 
run1(Object) - Method in class org.sgx.j2s.js.AbstractRunnable
 
run2(Object, Object) - Method in class org.sgx.j2s.js.AbstractRunnable
 
run3(Object, Object, Object) - Method in class org.sgx.j2s.js.AbstractRunnable
 
run3(Object, Object, Object) - Method in class org.sgx.j2s.yui3.yui.Array.ArrayVisitor
 
run4(Object, Object, Object, Object) - Method in class org.sgx.j2s.js.AbstractRunnable
 
run5(Object, Object, Object, Object, Object) - Method in class org.sgx.j2s.js.AbstractRunnable
 
runnableToFunc(Runnable) - Static method in class org.sgx.j2s.js.JsUtils
 

S

screenX - Variable in class org.sgx.j2s.html.Event
 
screenY - Variable in class org.sgx.j2s.html.Event
Returns the vertical coordinate of the mouse pointer when an event was triggered
script(String, Object) - Method in class org.sgx.j2s.yui3.yui.Get
Fetches and inserts one or more script nodes into the head of the current document or the document in a specified window.
scrollHeight - Variable in class org.sgx.j2s.html.Element
 
scrollLeft - Variable in class org.sgx.j2s.html.Element
 
scrollTop - Variable in class org.sgx.j2s.html.Element
 
scrollWidth - Variable in class org.sgx.j2s.html.Element
 
secure() - Method in class org.sgx.j2s.yui3.yui.UA
Set to true if the page appears to be in SSL
select() - Method in class org.sgx.j2s.html.Element
 
selectAll() - Method in class org.sgx.j2s.aui.tree.TreeData
Select all children of the TreeData.
selectedIndex - Variable in class org.sgx.j2s.html.Element
 
selectedIndex - Variable in class org.sgx.j2s.html.HTMLSelect
 
set(String, Object, Object) - Method in class org.sgx.j2s.yui3.yui.Attribute
Sets the value of an attribute.
set(String, String) - Method in class org.sgx.j2s.yui3.yui.Node
Sets an attribute on the Node instance.
setAttribute(String, Object) - Method in class org.sgx.j2s.html.Element
 
setAttribute(Element, String, Object) - Static method in class org.sgx.j2s.html.HTMLUtils
this is a slow but safe implementation. native setAttribute can throw very native exceptions (event uncacheable by firebug) when attr names are invalid
setAttributes(Element, Object...) - Static method in class org.sgx.j2s.html.HTMLUtils
 
setAttrs(Object) - Method in class org.sgx.j2s.yui3.yui.Attribute
Sets multiple attribute values.
setAutoHide(boolean) - Method in class org.sgx.j2s.aui.Resize
False to ensure that the resize handles are always visible, true to display them only when the user mouses over the resizable borders.
setBodyContent(String) - Method in class org.sgx.j2s.aui.Dialog
 
setCollapsed(boolean) - Method in class org.sgx.j2s.aui.Panel
 
setConstrain2node(Object) - Method in class org.sgx.j2s.aui.Resize
Constrain the resize to a particular node.
setConstrain2region(Object) - Method in class org.sgx.j2s.aui.Resize
Constrain the resize to a particular region.
setConstrain2view(Object) - Method in class org.sgx.j2s.aui.Resize
constrain2view - Object Will attempt to constrain the drag node to the boundaries of the viewport region.
setContent(Object) - Method in class org.sgx.j2s.yui3.yui.NodeBase
Replaces the node's current content with the content.
setData(String, Object) - Method in class org.sgx.j2s.yui3.yui.Node
 
setDate(int) - Method in class org.sgx.j2s.html.Date
Sets the day of the month in a Date object (from 1-31) 1 3
setFullYear(int) - Method in class org.sgx.j2s.html.Date
Sets the year in a Date object (four digits) 1 4
setHandles(String[]) - Method in class org.sgx.j2s.aui.Resize
handles - Array | String The handles to use (any combination of): 't', 'b', 'r', 'l', 'bl', 'br', 'tl', 'tr'.
setHours() - Method in class org.sgx.j2s.html.Date
Sets the hour in a Date object (from 0-23) 1 3
setIcons(Object[]) - Method in class org.sgx.j2s.aui.Panel
 
setInterval(Runnable, int) - Static method in class org.sgx.j2s.html.window
 
setLang(String, String) - Method in class org.sgx.j2s.yui3.yui.Intl
Sets the active language for the given module.
setLastSelected(TreeNode) - Method in class org.sgx.j2s.aui.tree.TreeView
 
setMaxHeight(int) - Method in class org.sgx.j2s.aui.Resize
The maximum height of the element Default Value: Infinity
setMaxWidth(int) - Method in class org.sgx.j2s.aui.Resize
maxWidth - Number The maximum width of the element Default Value: Infinity
setMilliseconds() - Method in class org.sgx.j2s.html.Date
Sets the milliseconds in a Date object (from 0-999) 1 4
setMinHeight(int) - Method in class org.sgx.j2s.aui.Resize
minHeight - Number The minimum height of the element Default Value: 15
setMinutes() - Method in class org.sgx.j2s.html.Date
Set the minutes in a Date object (from 0-59) 1 3
setMinWidth(int) - Method in class org.sgx.j2s.aui.Resize
minWidth - Number The minimum width of the element Default Value: 15
setMonth() - Method in class org.sgx.j2s.html.Date
Sets the month in a Date object (from 0-11) 1 3
setNode(Object) - Method in class org.sgx.j2s.aui.Resize
node - Node The selector or element to resize.
setParamCount(int) - Method in class org.sgx.j2s.js.AbstractRunnable
 
setPreserveRatio(boolean) - Method in class org.sgx.j2s.aui.Resize
preserveRatio - boolean Maintain the element's ratio when resizing.
setProxy(boolean) - Method in class org.sgx.j2s.aui.Resize
proxy - boolean Resize a proxy element instead of the real element.
setProxyEl(Object) - Method in class org.sgx.j2s.aui.Resize
proxyEl - String | Node The Resize proxy element.
setResizing(boolean) - Method in class org.sgx.j2s.aui.Resize
resizing - boolean True when the element is being Resized.
setSeconds() - Method in class org.sgx.j2s.html.Date
 
setSetCollapsible(boolean) - Method in class org.sgx.j2s.aui.Panel
 
setStyle(Element, String, String) - Static method in class org.sgx.j2s.html.HTMLUtils
 
setStyle(String, String) - Method in class org.sgx.j2s.yui3.yui.Node
Sets a style property of the node.
setStyles(Element, String...) - Static method in class org.sgx.j2s.html.HTMLUtils
you must pass the javascript property name instead the css name.
setStyles(Object) - Method in class org.sgx.j2s.yui3.yui.Node
Sets multiple style properties on the node.
setTickX(Object) - Method in class org.sgx.j2s.aui.Resize
tickX - Number | false The number of x ticks to span the resize to.
setTickY(Object) - Method in class org.sgx.j2s.aui.Resize
tickY - Number | false The number of y ticks to span the resize to.
setTime(int) - Method in class org.sgx.j2s.html.Date
Calculates a date and time by adding or subtracting a specified number of milliseconds to/from midnight January 1, 1970 1 3
setTimeout(Runnable, int) - Static method in class org.sgx.j2s.html.window
 
setTitle(String) - Method in class org.sgx.j2s.aui.Panel
The title to be displayed on the Panel.
setType(String) - Method in class org.sgx.j2s.aui.tree.TreeView
 
setUp() - Method in class org.sgx.j2s.js.JsUtilsTest
 
setUTCDate(int) - Method in class org.sgx.j2s.html.Date
 
setUTCFullYear(int) - Method in class org.sgx.j2s.html.Date
Sets the year in a Date object according to universal time (four digits) 1 4
setUTCHours(int) - Method in class org.sgx.j2s.html.Date
Sets the hour in a Date object according to universal time (from 0-23) 1 4
setUTCMilliseconds(int) - Method in class org.sgx.j2s.html.Date
Sets the milliseconds in a Date object according to universal time (from 0-999) 1 4
setUTCMinutes(int) - Method in class org.sgx.j2s.html.Date
Set the minutes in a Date object according to universal time (from 0-59) 1 4
setUTCMonth(int) - Method in class org.sgx.j2s.html.Date
Sets the month in a Date object according to universal time (from 0-11) 1 4
setUTCSeconds(int) - Method in class org.sgx.j2s.html.Date
Set the seconds in a Date object according to universal time (from 0-59) 1 4
setValue(Object, Object[], Object) - Method in class org.sgx.j2s.yui3.yui.Obj
Sets the sub-attribute value at the provided path on the value object.
setWrap(boolean) - Method in class org.sgx.j2s.aui.Resize
wrap - boolean True to wrap an element with a div if needed (required for textareas and images, defaults to false) in favor of the handles config option.
setWrapper(Object) - Method in class org.sgx.j2s.aui.Resize
wrapper - writeonce String | Node Element to wrap the wrapTypes.
setWrapTypes(Object) - Method in class org.sgx.j2s.aui.Resize
wrapTypes - Regex Elements that requires a wrapper by default.
setX(int) - Method in class org.sgx.j2s.yui3.yui.Node
Set the position of the node in page coordinates, regardless of how the node is positioned.
setXY(int, int) - Method in class org.sgx.j2s.yui3.yui.Node
Set the position of the node in page coordinates, regardless of how the node is positioned.
setY(int) - Method in class org.sgx.j2s.yui3.yui.Node
Set the position of the node in page coordinates, regardless of how the node is positioned.
setYear(int) - Method in class org.sgx.j2s.html.Date
Sets the year in the Date object (two or four digits).
setZIndexBase(int) - Method in class org.sgx.j2s.yui3.yui.OverlayManager
sets The zIndex base to be used on the stacking for all overlays registered on the OverlayManager.
shiftKey - Variable in class org.sgx.j2s.html.Event
Returns whether or not the "SHIFT" key was pressed when an event was triggered
shiftKey - Variable in class org.sgx.j2s.html.HTMLEvent
 
show() - Method in class org.sgx.j2s.yui3.yui.widget.Widget
Shows the Widget by setting the "visible" attribute to "true".
showAll() - Method in class org.sgx.j2s.yui3.yui.OverlayManager
Invoke the show method from all registered Overlays.
simulate(String, Object) - Method in class org.sgx.j2s.yui3.yui.Node
Simulates an event on the node.
simulate(Object, String, Object) - Method in class org.sgx.j2s.yui3.yui.YUI
Simulates the event with the given name on a target.
size - Variable in class org.sgx.j2s.html.Element
 
size - Variable in class org.sgx.j2s.html.HTMLSelect
 
size() - Method in class org.sgx.j2s.yui3.yui.NodeList
Returns the current number of items in the NodeList.
size(Object) - Method in class org.sgx.j2s.yui3.yui.Obj
Returns the size of an object
sizeShim() - Method in class org.sgx.j2s.yui3.yui.dd.Drop
Remove this Drop instance from a group, this should be used for on-the-fly group removals.
some(Object, Array.ArrayVisitor) - Method in class org.sgx.j2s.yui3.yui.Array
 
some(Object, Runnable, boolean) - Method in class org.sgx.j2s.yui3.yui.Obj
Executes a function on each item, but halts if the function returns true.
some(Object, Object, boolean) - Method in class org.sgx.j2s.yui3.yui.YUI
Executes the supplied function for each item in a collection.
some_(Object, Object, Object) - Method in class org.sgx.j2s.yui3.yui.Array
Executes the supplied function on each item in the array.
src - Variable in class org.sgx.j2s.html.Element
 
src - Variable in class org.sgx.j2s.html.Event
Returns the horizontal coordinate of the mouse pointer when an event was triggered
src - Variable in class org.sgx.j2s.html.IFrame
 
src - Variable in class org.sgx.j2s.html.Image
 
srcElement - Variable in class org.sgx.j2s.html.HTMLEvent
 
stamp(Object, boolean) - Method in class org.sgx.j2s.yui3.yui.YUI
Returns a guid associated with an object.
start() - Method in class org.sgx.j2s.yui3.yui.dd.Drag
Starts the drag operation
stopDrag() - Method in class org.sgx.j2s.yui3.yui.dd.Drag
Method will forcefully stop a drag operation.
style - Variable in class org.sgx.j2s.html.Element
 
STYLE_ATTR_NAME - Static variable in class org.sgx.j2s.html.HTMLUtils
 
Subscriber - Class in org.sgx.j2s.yui3.yui.event
Stores the subscriber information to be used when the event fires.
Subscriber() - Constructor for class org.sgx.j2s.yui3.yui.event.Subscriber
 
summary - Variable in class org.sgx.j2s.html.HTMLTable
 
swap(Node) - Method in class org.sgx.j2s.yui3.yui.Node
 

T

tabIndex - Variable in class org.sgx.j2s.html.Element
 
tabIndex - Variable in class org.sgx.j2s.html.HTMLSelect
 
tableGetCell(Element, int, int) - Static method in class org.sgx.j2s.html.HTMLUtils
 
TAGNAME_ATTR_NAME - Static variable in class org.sgx.j2s.html.HTMLUtils
 
taintEnabled() - Method in class org.sgx.j2s.html.Navigator
Specifies whether or not the browser has data tainting enabled
target - Variable in class org.sgx.j2s.html.Element
 
target - Variable in class org.sgx.j2s.html.HTMLEvent
 
tearDown() - Method in class org.sgx.j2s.js.JsUtilsTest
 
test(Object) - Method in class org.sgx.j2s.yui3.yui.Array
Evaluates the input to determine if it is an array, array-like, or something else.
test(String) - Method in class org.sgx.j2s.yui3.yui.Node
Test if the supplied node matches the supplied selector.
testARR() - Method in class org.sgx.j2s.js.JsUtilsTest
 
testFUNC1() - Method in class org.sgx.j2s.js.JsUtilsTest
 
testFuncAttr1 - Variable in class org.sgx.j2s.js.JsUtilsTest
 
testGET() - Method in class org.sgx.j2s.js.JsUtilsTest
 
testOBJ1() - Method in class org.sgx.j2s.js.JsUtilsTest
 
testOBJ1Attr1 - Variable in class org.sgx.j2s.js.JsUtilsTest
 
testPUT() - Method in class org.sgx.j2s.js.JsUtilsTest
 
text - Variable in class org.sgx.j2s.html.Element
 
textAlign - Variable in class org.sgx.j2s.html.CSSStyle
 
Textarea - Class in org.sgx.j2s.html
 
Textarea() - Constructor for class org.sgx.j2s.html.Textarea
 
textDecoration - Variable in class org.sgx.j2s.html.CSSStyle
 
textIndent - Variable in class org.sgx.j2s.html.CSSStyle
 
throttle(Object, int) - Method in class org.sgx.j2s.yui3.yui.YUI
Throttles a call to a method based on the time between calls.
title - Variable in class org.sgx.j2s.html.Element
 
toDateString() - Method in class org.sgx.j2s.html.Date
Returns the date portion of a Date object in readable form
toggle() - Method in class org.sgx.j2s.aui.Component
Toggle the visibility of the Panel toggling the value of the visible attribute.
toggle() - Method in class org.sgx.j2s.aui.Panel
Toggle the visibility of the Panel toggling the value of the visible attribute.
toggle() - Method in class org.sgx.j2s.aui.tree.TreeNode
Toggle the current TreeNode, collapsed or expanded.
toggleClass(Object, String, boolean) - Method in class org.sgx.j2s.yui3.yui.YUI
If the className exists on the node it is removed, if it doesn't exist it is added.
toggleCollapse() - Method in class org.sgx.j2s.aui.Panel
Toggle the collapsed value.
toGMTString() - Method in class org.sgx.j2s.html.Date
Converts a Date object, according to Greenwich time, to a string.
toHex(String) - Static method in class org.sgx.j2s.yui3.yui.ColorUtil
 
toLocaleDateString() - Method in class org.sgx.j2s.html.Date
Converts a Date object, according to local time, to a string and returns the date portion 1 4
toLocaleString() - Method in class org.sgx.j2s.html.Date
Converts a Date object, according to local time, to a string 1 3
toLocaleTimeString() - Method in class org.sgx.j2s.html.Date
Converts a Date object, according to local time, to a string and returns the time portion 1 4
Tooltip - Class in org.sgx.j2s.aui
A base class for Tooltip, providing:
Widget Lifecycle (initializer, renderUI, bindUI, syncUI, destructor)
Additional information when hovering over a target element
Quick Example:
var instance = new A.Tooltip({ trigger: '#element', align: { points: [ 'lc', 'rc' ] }, bodyContent: 'Simple tooltip' }).render();
Tooltip() - Constructor for class org.sgx.j2s.aui.Tooltip
 
top - Variable in class org.sgx.j2s.html.CSSStyle
 
top - Variable in class org.sgx.j2s.yui3.yui.Region
 
toRGB(String) - Static method in class org.sgx.j2s.yui3.yui.ColorUtil
 
toSource() - Method in class org.sgx.j2s.html.Date
Represents the source code of an object 1 -
toString() - Method in class org.sgx.j2s.html.Date
Converts a Date object to a string 1 4
toString() - Method in class org.sgx.j2s.yui3.yui.NodeList
 
toString(double[]) - Static method in class org.sgx.j2s.yui3.yui.Utils
 
toString(String[]) - Static method in class org.sgx.j2s.yui3.yui.Utils
 
toTimeString() - Method in class org.sgx.j2s.html.Date
Returns the time portion of a Date object in readable form
toUTCString() - Method in class org.sgx.j2s.html.Date
Converts a Date object, according to universal time, to a string 1 4
TreeData - Class in org.sgx.j2s.aui.tree
A base class for TreeData, providing: Widget Lifecycle (initializer, renderUI, bindUI, syncUI, destructor) Handle the data of the tree Basic DOM implementation (append/remove/insert) Indexing management to handle the children nodes Note: in AUI, TreeData extends Base not widget.
TreeData() - Constructor for class org.sgx.j2s.aui.tree.TreeData
 
TreeNode - Class in org.sgx.j2s.aui.tree
 
TreeNode() - Constructor for class org.sgx.j2s.aui.tree.TreeNode
 
TreeView - Class in org.sgx.j2s.aui.tree
 
TreeView() - Constructor for class org.sgx.j2s.aui.tree.TreeView
 
TreeViewDD - Class in org.sgx.j2s.aui.tree
 
TreeViewDD() - Constructor for class org.sgx.j2s.aui.tree.TreeViewDD
 
trim(String) - Method in class org.sgx.j2s.yui3.yui.Lang
Returns a string without any leading or trailing whitespace.
type - Variable in class org.sgx.j2s.html.Element
 
type - Variable in class org.sgx.j2s.html.HTMLEvent
 
type(Object) - Method in class org.sgx.j2s.yui3.yui.Lang
Returns a string representing the type of the item passed in.

U

UA - Class in org.sgx.j2s.yui3.yui
YUI user agent detection.
UA() - Constructor for class org.sgx.j2s.yui3.yui.UA
 
UA - Variable in class org.sgx.j2s.yui3.yui.YUI
 
unregisterNode(TreeNode) - Method in class org.sgx.j2s.aui.tree.TreeData
Unregister the passed TreeNode from this TreeData.
unselectAll() - Method in class org.sgx.j2s.aui.tree.TreeData
Unselect all children of the TreeData.
updateIndex(Object) - Method in class org.sgx.j2s.aui.tree.TreeData
Update the index attribute value.
updateReferences(TreeNode, TreeNode, TreeView) - Method in class org.sgx.j2s.aui.tree.TreeData
Update the references of the passed TreeNode.
use(String[], YUI.YUILoadListener) - Method in class org.sgx.j2s.yui3.yui.YUI
Attaches one or more modules to the YUI instance.
userAgent - Variable in class org.sgx.j2s.html.Navigator
 
UTC(Date) - Method in class org.sgx.j2s.html.Date
Takes a date and returns the number of milliseconds since midnight of January 1, 1970 according to universal time 1 3
Utils - Class in org.sgx.j2s.yui3.yui
 
Utils() - Constructor for class org.sgx.j2s.yui3.yui.Utils
 

V

validClick() - Method in class org.sgx.j2s.yui3.yui.dd.Drag
Method first checks to see if we have handles, if so it validates the click against the handle.
vAlign - Variable in class org.sgx.j2s.html.HTMLTableCell
 
value - Variable in class org.sgx.j2s.html.Element
 
value - Variable in class org.sgx.j2s.html.Option
 
value - Variable in class org.sgx.j2s.html.Textarea
 
valueOf() - Method in class org.sgx.j2s.html.Date
Returns the primitive value of a Date object 1 4
values(Object) - Method in class org.sgx.j2s.yui3.yui.Obj
Returns an array containing the object's values
verticalAlign - Variable in class org.sgx.j2s.html.CSSStyle
 
visibility - Variable in class org.sgx.j2s.html.CSSStyle
 
visitItem(Object, int, Object[]) - Method in class org.sgx.j2s.yui3.yui.Array.ArrayVisitor
receives three arguments: the value, the index, the full array.

W

webkit() - Method in class org.sgx.j2s.yui3.yui.UA
AppleWebKit version.
whiteSpace - Variable in class org.sgx.j2s.html.CSSStyle
 
Widget - Class in org.sgx.j2s.yui3.yui.widget
A base class for widgets, providing:
The render lifecycle method, in addition to the init and destroy lifecycle methods provide by Base
Abstract methods to support consistent MVC structure across widgets: renderer, renderUI, bindUI, syncUI
Support for common widget attributes, such as boundingBox, contentBox, visible, disabled, focused, strings
Widget() - Constructor for class org.sgx.j2s.yui3.yui.widget.Widget
 
width - Variable in class org.sgx.j2s.html.CSSStyle
 
width - Variable in class org.sgx.j2s.html.Element
 
width - Variable in class org.sgx.j2s.html.HTMLTable
 
width - Variable in class org.sgx.j2s.html.HTMLTableCell
 
width - Variable in class org.sgx.j2s.html.IFrame
 
width - Variable in class org.sgx.j2s.html.Image
 
width - Variable in class org.sgx.j2s.yui3.yui.Region
 
window - Class in org.sgx.j2s.html
 
window() - Constructor for class org.sgx.j2s.html.window
 
withContext(Object, Object) - Static method in class org.sgx.j2s.js.JsUtils
 
wordSpacing - Variable in class org.sgx.j2s.html.CSSStyle
 
write(String) - Method in class org.sgx.j2s.html.Document
 

X

xfloat - Variable in class org.sgx.j2s.html.CSSStyle
 

Y

Y - Variable in class org.sgx.j2s.yui3.yui.YUINativeWrapper
the YUI or AUI object (not native)
YUI - Class in org.sgx.j2s.yui3.yui
this class wil not accept jsfunctions but runnables (Use AbstractRunnable for defining multiple parameter functions).
YUI(YUI.YUIConfig) - Constructor for class org.sgx.j2s.yui3.yui.YUI
 
YUI() - Constructor for class org.sgx.j2s.yui3.yui.YUI
 
YUI.Timer - Interface in org.sgx.j2s.yui3.yui
 
YUI.YUIConfig - Class in org.sgx.j2s.yui3.yui
main YUI object configuration
YUI.YUIConfig(String) - Constructor for class org.sgx.j2s.yui3.yui.YUI.YUIConfig
 
YUI.YUILoadListener - Interface in org.sgx.j2s.yui3.yui
 
YUINativeWrapper - Class in org.sgx.j2s.yui3.yui
native object wrapper for yui elements.
YUINativeWrapper() - Constructor for class org.sgx.j2s.yui3.yui.YUINativeWrapper
 

Z

zIndex - Variable in class org.sgx.j2s.html.CSSStyle
 

_

_AUIReadyListener - Variable in class org.sgx.j2s.aui.AUI
 
_buildNativeInstance(YUINativeWrapper) - Method in class org.sgx.j2s.aui.AUI
overwrite this YUI method so AUI is created instead of YUI instance
_buildNativeInstance(YUINativeWrapper) - Method in class org.sgx.j2s.yui3.yui.YUI
 
_call(String, Object[]) - Method in class org.sgx.j2s.js.NativeWrapper
apply this.
_CL - Variable in class org.sgx.j2s.js.ClazzLoader
 
_create(String, Object) - Method in class org.sgx.j2s.yui3.yui.YUI
 
_data - Variable in class org.sgx.j2s.js.NativeWrapper
native object wrapped into this java object
_data - Variable in class org.sgx.j2s.yui3.yui.Get
 
_data - Variable in class org.sgx.j2s.yui3.yui.Intl
 
_DDcreate(String, Object) - Method in class org.sgx.j2s.yui3.yui.YUI
 
_EMPTYPARAMS - Static variable in class org.sgx.j2s.js.NativeWrapper
 
_get(String) - Method in class org.sgx.j2s.js.NativeWrapper
 
_getData() - Method in class org.sgx.j2s.js.NativeWrapper
 
_load(Object, Object) - Method in class org.sgx.j2s.yui3.yui.YUINativeWrapper
 
_one(Object) - Method in class org.sgx.j2s.yui3.yui.Node
 
_setData(YUINativeWrapper) - Method in class org.sgx.j2s.yui3.yui.YUI
 
_yuiUseListener - Variable in class org.sgx.j2s.yui3.yui.YUI
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _