Serialized Form
|
Package com.guiseframework.component.layout |
component
Component component
- The component for which a constraint value changed.
constraints
Constraints constraints
- The constraints for which a value changed.
|
Package com.guiseframework.converter |
value
java.lang.Object value
- The value being converted, which may be of any type, or
null if the value being converted is not available.
|
Package com.guiseframework.event |
keys
java.util.Set<E> keys
- The keys that were pressed when this event was generated.
session
GuiseSession session
- The Guise session in which this event was generated.
consumed
boolean consumed
- Whether the input associated with this event has been consumed.
key
Key key
- The key that was pressed.
target
java.lang.Object target
- The target of the event, or
null if the event target is not known.
targetBounds
Rectangle targetBounds
- The absolute bounds of the event target.
viewportBounds
Rectangle viewportBounds
- The absolute bounds of the viewport.
mousePosition
Point mousePosition
- The position of the mouse relative to the viewport.
target
java.lang.Object target
- The target of the event, or
null if the event target is not known.
option
int option
- The zero-based option indicated by this action.
force
int force
- The force with which the action was initiated.
addedElement
java.lang.Object addedElement
- The element that was added to the collection, or
null if no element was added or it is unknown whether or which elements were added.
removedElement
java.lang.Object removedElement
- The element that was removed from the collection, or
null if no element was removed or it is unknown whether or which elements were removed.
command
Command command
- The command.
component
Component component
- The component affected by the event.
index
int index
- The index at which an element was added and/or removed, or -1 if the index is unknown.
button
MouseButton button
- The button that was clicked.
count
int count
- The number of clicks that were input (e.g. 1 for a single click, 2 for a double click, etc.).
navigationPath
com.globalmentor.net.URIPath navigationPath
- The navigation path relative to the application context path.
bookmark
Bookmark bookmark
- The bookmark for which navigation should occur at the navigation path, or
null if there is no bookmark involved in navigation.
referrerURI
java.net.URI referrerURI
- The URI of the referring navigation panel or other entity with no query or fragment, or
null if no referring URI is known.
notification
Notification notification
- The notification information.
task
java.lang.String task
- The task being performed, or
null if not indicated.
taskState
com.globalmentor.model.TaskState taskState
- The state of the task.
progress
java.lang.Object progress
- The current progress, or
null if not known.
completion
java.lang.Object completion
- The goal, or
null if not known.
value
java.lang.Object value
- The value being reported.
|
Package com.guiseframework.platform |
dragSource
DepictedObject dragSource
- The source of the drag-drop gesture.
|
Package com.guiseframework.platform.web |
targetID
java.lang.String targetID
- The ID of the component target site, or
null if there was no component target.
actionID
java.lang.String actionID
- The action identifier, or
null if this event represents a general action.
option
int option
- The zero-based option, such as 0 for a left click or 1 for a right click.
properties
java.util.Map<K,V> properties
- The read-only map of properties.
command
WebPlatformCommand command
- The command.
parameters
java.util.Map<K,V> parameters
- The read-only map of parameters, which will be encoded in JavaScript Object Notation (JSON).
exhaustive
boolean exhaustive
- Whether this event represents all components on the form.
parameterListMap
com.globalmentor.collections.CollectionMap<K,V,C extends java.util.Collection<V>> parameterListMap
- The map of parameter lists.
hour
int hour
- The hour of the browser.
utcOffset
int utcOffset
- The current offset, in milliseconds, from UTC.
utcOffset01
int utcOffset01
- The offset, in milliseconds, from UTC in January of the current year.
utcOffset06
int utcOffset06
- The offset, in milliseconds, from UTC in June of the current year.
language
java.lang.String language
- The user language.
colorDepth
int colorDepth
- The user color depth.
screenWidth
int screenWidth
- The width of the screen.
screenHeight
int screenHeight
- The height of the screen.
browserWidth
int browserWidth
- The width of the browser.
browserHeight
int browserHeight
- The height of the browser.
javascriptVersion
java.lang.String javascriptVersion
- The version of JavaScript supported by the client, or
null if JavaScript is not supported.
javaEnabled
boolean javaEnabled
- Whether Java is enabled for the user.
referrerURI
java.net.URI referrerURI
- The referring URI of the document, or
null if there is no referrer.
task
java.lang.String task
- The task being performed, or
null if not indicated.
taskState
com.globalmentor.model.TaskState taskState
- The state of the task.
progress
long progress
- The amount of progress that has been made, or -1 if the progress is unknown.
goal
long goal
- The total amount of progress that will have been made upon completion, or -1 if the goal is unknown.
|
Package com.guiseframework.platform.web.css |
|
Package com.guiseframework.prototype |
parentComponent
CompositeComponent parentComponent
- The composite component the top-level prototype provider children of which will be monitored.
compositeComponentListener
CompositeComponentListener compositeComponentListener
- The listener that listens for prototype producers being added and removed and manages those that are top-level prototype producers under the parent component.
If one or more prototypes provider is added or removed, prototype provisions are processed.
- See Also:
AbstractPrototypeProvisionStrategy.processPrototypeProvisions()
prototypeProvisionMenuComponentMap
com.globalmentor.collections.ReadWriteLockReverseMap<K,V> prototypeProvisionMenuComponentMap
- The reverse map of menu components that have been used to represent processed prototypes, keyed to the prototype infos they represent.
prototypeProvisionToolComponentMap
com.globalmentor.collections.ReadWriteLockReverseMap<K,V> prototypeProvisionToolComponentMap
- The reverse map of tool components that have been used to represent processed prototypes, keyed to the prototype infos they represent; this map uses the same locks as the one for menu components.
lastComponents
java.util.Set<E> lastComponents
- The weak set of static components in the menu or the toolbar that should be displayed last; all components based upon prototypes will be inserted before the components.
prototypeProviders
java.util.Set<E> prototypeProviders
- The prototype providers known to this provision strategy.
prototypeProvisionsChangeListener
java.beans.PropertyChangeListener prototypeProvisionsChangeListener
- The change listener that listens for the provided prototypes of a prototype provider to change,
and in response gathers prototype provisions from all the prototype providers and processes them.
- See Also:
AbstractPrototypeProvisionStrategy.processPrototypeProvisions()
menu
Menu menu
- The menu being managed, or
null if no menu is being managed.
toolbar
Toolbar toolbar
- The toolbar being managed, or
null if no toolbar is being managed.
|
Package com.guiseframework.validator |
value
java.lang.Object value
- The value being validated, which may be of any type, or
null if the value being validated is not available.
validationExceptionList
java.util.List<E> validationExceptionList
- The mutable list of validation exceptions.
Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.