Index

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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABORT - Enum constant in enum io.guise.framework.input.ProcessCommand
The command for aborting a process.
ABORT - Enum constant in enum io.guise.framework.model.Notification.Option
Abort.
AboutPanel - Class in io.guise.framework.component
Panel to display information about an object such as the application.
AboutPanel() - Constructor for class io.guise.framework.component.AboutPanel
Default constructor with a default vertical flow layout.
AbstractActionControl - Class in io.guise.framework.component
Abstract control with an action model.
AbstractActionControl(InfoModel, ActionModel, Enableable) - Constructor for class io.guise.framework.component.AbstractActionControl
Info model, action model, and enableable object constructor.
AbstractActionPrototype - Class in io.guise.framework.prototype
Abstract prototype information for an action control.
AbstractActionPrototype() - Constructor for class io.guise.framework.prototype.AbstractActionPrototype
Default constructor.
AbstractActionPrototype(String) - Constructor for class io.guise.framework.prototype.AbstractActionPrototype
Label constructor.
AbstractActionPrototype(String, URI) - Constructor for class io.guise.framework.prototype.AbstractActionPrototype
Label and icon constructor.
AbstractActionValueControl<V> - Class in io.guise.framework.component
Abstract implementation of an action control containing a value.
AbstractActionValueControl(InfoModel, ActionModel, ValueModel<V>, Enableable) - Constructor for class io.guise.framework.component.AbstractActionValueControl
Info model, action model, value model, and enableable object constructor.
AbstractApplicationFrame - Class in io.guise.framework.component
Abstract implementation of an application frame.
AbstractApplicationFrame(Component) - Constructor for class io.guise.framework.component.AbstractApplicationFrame
Component constructor.
AbstractArrayCompositeComponent - Class in io.guise.framework.component
Abstract implementation of a composite component that keeps track of its child components at specific indices in an array.
AbstractArrayCompositeComponent(int) - Constructor for class io.guise.framework.component.AbstractArrayCompositeComponent
Maximum component count constructor with a default info model.
AbstractArrayCompositeComponent(InfoModel, int) - Constructor for class io.guise.framework.component.AbstractArrayCompositeComponent
Info model and maximum component count constructor.
AbstractBooleanSelectActionControl - Class in io.guise.framework.component
Selectable action control that stores a Boolean value in its model representing the selected state.
AbstractBooleanSelectActionControl(InfoModel, ActionModel, ValueModel<Boolean>, Enableable) - Constructor for class io.guise.framework.component.AbstractBooleanSelectActionControl
Info model, action model, value model, and enableable object constructor.
AbstractBox - Class in io.guise.framework.component
An abstract base class for boxes.
AbstractBox(Layout<? extends Constraints>) - Constructor for class io.guise.framework.component.AbstractBox
Layout constructor.
AbstractBrandedProduct<BRAND extends Enum<BRAND> & BrandedProduct.Brand> - Class in io.guise.framework.platform
The default implementation of the identification of a branded product, such as a user agent or a plugin, on a particular platform.
AbstractBrandedProduct(String, BRAND, String, String, double, int[]) - Constructor for class io.guise.framework.platform.AbstractBrandedProduct
ID, brand, name, and version constructor.
AbstractButtonControl - Class in io.guise.framework.component
Abstract implementation of a button.
AbstractButtonControl(InfoModel, ActionModel, Enableable) - Constructor for class io.guise.framework.component.AbstractButtonControl
Info model, action model, and enableable object constructor.
AbstractCardCoupler - Class in io.guise.framework.coupler
Abstract coupler to one or more cards in a CardControl.
AbstractCardCoupler(Component...) - Constructor for class io.guise.framework.coupler.AbstractCardCoupler
Card constructor.
AbstractCardPanel - Class in io.guise.framework.component
An abstract panel with a card layout.
AbstractCardPanel(CardLayout) - Constructor for class io.guise.framework.component.AbstractCardPanel
Layout constructor.
AbstractComparableRangeValidator<V extends Comparable<V>> - Class in io.guise.framework.validator
An abstract implementation of a range validator that handles comparable values.
AbstractComparableRangeValidator(V, V, V, boolean) - Constructor for class io.guise.framework.validator.AbstractComparableRangeValidator
Minimum, maximum, step, and value required constructor.
AbstractComponent - Class in io.guise.framework.component
An abstract implementation of a component.
AbstractComponent() - Constructor for class io.guise.framework.component.AbstractComponent
Default constructor.
AbstractComponent(InfoModel) - Constructor for class io.guise.framework.component.AbstractComponent
Info model constructor.
AbstractComponent.AbstractFlyoverFrameStrategy<S extends Component> - Class in io.guise.framework.component
An abstract flyover strategy that uses flyover frames.
AbstractComponent.AbstractFlyoverStrategy<S extends Component> - Class in io.guise.framework.component
An abstract implementation of a strategy for showing and hiding flyovers in response to mouse events.
AbstractComponent.DefaultFlyoverStrategy<S extends Component> - Class in io.guise.framework.component
The default strategy for showing and hiding flyovers in response to mouse events.
AbstractComponentDepictor<C extends Component> - Class in io.guise.framework.platform
An abstract implementation of a component depictor.
AbstractComponentDepictor() - Constructor for class io.guise.framework.platform.AbstractComponentDepictor
Default constructor.
AbstractComponentDepictor.DepictedCompositeComponentListener - Class in io.guise.framework.platform
A listener that marks this depiction as dirty if direct children are added or deleted.
AbstractCompositeComponent - Class in io.guise.framework.component
An abstract implementation of a composite component.
AbstractCompositeComponent(InfoModel) - Constructor for class io.guise.framework.component.AbstractCompositeComponent
Info model constructor.
AbstractCompositeComponentPrototypeProvisionStrategy - Class in io.guise.framework.prototype
Abstract strategy for keeping track of prototype providers and working with provisioned prototypes.
AbstractCompositeComponentPrototypeProvisionStrategy(CompositeComponent, PrototypeProvider...) - Constructor for class io.guise.framework.prototype.AbstractCompositeComponentPrototypeProvisionStrategy
Parent component and prototype providers constructor.
AbstractCompositeStateComponent<T,S extends AbstractCompositeStateComponent.ComponentState> - Class in io.guise.framework.component
A composite component that represents the state of its child components.
AbstractCompositeStateComponent(InfoModel) - Constructor for class io.guise.framework.component.AbstractCompositeStateComponent
Info model constructor.
AbstractCompositeStateComponent.ComponentState - Class in io.guise.framework.component
An encapsulation of the state of a representation component.
AbstractCompositeStateControl<T,S extends AbstractCompositeStateComponent.ComponentState> - Class in io.guise.framework.component
An abstract implementation of a composite control that represents the state of its child components.
AbstractCompositeStateControl() - Constructor for class io.guise.framework.component.AbstractCompositeStateControl
Default constructor.
AbstractCompositeStateControl(InfoModel, Enableable) - Constructor for class io.guise.framework.component.AbstractCompositeStateControl
Info model and enableable object constructor.
AbstractConstraints - Class in io.guise.framework.component.layout
An abstract implementation of constraints of individual component layout.
AbstractConstraints() - Constructor for class io.guise.framework.component.layout.AbstractConstraints
 
AbstractContainer - Class in io.guise.framework.component
Abstract implementation of a container component.
AbstractContainer(Layout<? extends Constraints>) - Constructor for class io.guise.framework.component.AbstractContainer
Layout constructor with a default info model.
AbstractContainer(InfoModel, Layout<? extends Constraints>) - Constructor for class io.guise.framework.component.AbstractContainer
Info model and layout constructor.
AbstractContainerControl - Class in io.guise.framework.component
An abstract implementation of a container that is also a control.
AbstractContainerControl(Layout<?>) - Constructor for class io.guise.framework.component.AbstractContainerControl
Layout constructor with a default info model and enableable.
AbstractContainerControl(InfoModel, Enableable, Layout<?>) - Constructor for class io.guise.framework.component.AbstractContainerControl
Info model, enableable, and layout constructor.
AbstractContainerValueControl<V> - Class in io.guise.framework.component
An abstract implementation of a container that is also a value control.
AbstractContainerValueControl(Layout<?>, ValueModel<V>) - Constructor for class io.guise.framework.component.AbstractContainerValueControl
Layout and value model constructor.
AbstractControl - Class in io.guise.framework.component
An abstract implementation of a model component that allows user interaction to modify the model.
AbstractControl(InfoModel, Enableable) - Constructor for class io.guise.framework.component.AbstractControl
Info model and enableable object constructor.
AbstractConverter<V,L> - Class in io.guise.framework.converter
An abstract implementation an object that can convert a value from and to its lexical form.
AbstractConverter() - Constructor for class io.guise.framework.converter.AbstractConverter
 
AbstractDateStringLiteralConverter<V> - Class in io.guise.framework.converter
An object that can convert a date object from and to a string.
AbstractDateStringLiteralConverter(DateStringLiteralStyle, TimeStringLiteralStyle) - Constructor for class io.guise.framework.converter.AbstractDateStringLiteralConverter
Date style and time style constructor.
AbstractDecoratedWebComponentDepictor<C extends Component> - Class in io.guise.framework.platform.web
An abstract XHTML component depictor that writes component decorations such as label and error.
AbstractDecoratedWebComponentDepictor() - Constructor for class io.guise.framework.platform.web.AbstractDecoratedWebComponentDepictor
Default constructor with no element representation for the body.
AbstractDecoratedWebComponentDepictor(URI, String) - Constructor for class io.guise.framework.platform.web.AbstractDecoratedWebComponentDepictor
Body element namespace and local name constructor that doesn't create an empty element, even if there is no content.
AbstractDecoratedWebComponentDepictor(URI, String, boolean) - Constructor for class io.guise.framework.platform.web.AbstractDecoratedWebComponentDepictor
Body element namespace and local name constructor.
AbstractDepictContext - Class in io.guise.framework.platform
Abstract encapsulation of information related to the current depiction.
AbstractDepictContext(GuiseSession, Destination) - Constructor for class io.guise.framework.platform.AbstractDepictContext
Guise session constructor.
AbstractDepictedObject - Class in io.guise.framework.platform
Abstract implementation of an object that can be depicted on some platform.
AbstractDepictedObject() - Constructor for class io.guise.framework.platform.AbstractDepictedObject
Default constructor.
AbstractDepictEvent - Class in io.guise.framework.platform
The base class for events to or from a depicted object on some platform.
AbstractDepictEvent(DepictedObject) - Constructor for class io.guise.framework.platform.AbstractDepictEvent
Depicted object constructor.
AbstractDepictor<O extends DepictedObject> - Class in io.guise.framework.platform
An abstract strategy for depicting objects on some platform.
AbstractDepictor() - Constructor for class io.guise.framework.platform.AbstractDepictor
Default constructor.
AbstractDepictor.DepictedPropertyChangeListener - Class in io.guise.framework.platform
A listener that marks this depiction as dirty if changes occur.
AbstractDescriptionResource(URI, UrfResourceDescription) - Constructor for class io.guise.framework.platform.web.GuiseHTTPServlet.AbstractDescriptionResource
Constructs a resource with a reference URI and resource description.
AbstractDestination - Class in io.guise.framework
Abstract implementation of a navigation point, its properties, and its restrictions.
AbstractDestination(URIPath) - Constructor for class io.guise.framework.AbstractDestination
Path constructor.
AbstractDestination(Pattern) - Constructor for class io.guise.framework.AbstractDestination
Path pattern constructor.
AbstractDialogFrame<V> - Class in io.guise.framework.component
Abstract implementation of a frame meant for communication of a value.
AbstractDialogFrame(ValueModel<V>, Component) - Constructor for class io.guise.framework.component.AbstractDialogFrame
Value model, and component constructor.
AbstractEditComponentTextControl<EC extends Component> - Class in io.guise.framework.component
Control that allows some component text property to be edited in-place.
AbstractEditComponentTextControl(EC, String, ValueControl<String>, Flow) - Constructor for class io.guise.framework.component.AbstractEditComponentTextControl
Edited component, value control, and flow constructor.
AbstractEditComponentTextControl.Mode - Enum in io.guise.framework.component
The mode of this component; whether the component is being edited.
AbstractEditValueControl<V> - Class in io.guise.framework.component
Abstract value control that is an edit component.
AbstractEditValueControl(InfoModel, ValueModel<V>, Enableable) - Constructor for class io.guise.framework.component.AbstractEditValueControl
Info model, value model, and enableable constructor.
AbstractEditValuePanel<V> - Class in io.guise.framework.component
An abstract panel that edits a value.
AbstractEditValuePanel(Class<V>, Layout<? extends Constraints>) - Constructor for class io.guise.framework.component.AbstractEditValuePanel
Value class and layout constructor.
AbstractEffect - Class in io.guise.framework.component.effect
An abstract implementation of a component effect.
AbstractEffect() - Constructor for class io.guise.framework.component.effect.AbstractEffect
Default constructor with no delay.
AbstractEffect(int) - Constructor for class io.guise.framework.component.effect.AbstractEffect
Delay constructor.
AbstractEnableablePrototype - Class in io.guise.framework.prototype
Contains enableable prototype information, appropriate for a control, for example.
AbstractEnableablePrototype() - Constructor for class io.guise.framework.prototype.AbstractEnableablePrototype
Default constructor.
AbstractEnableablePrototype(String) - Constructor for class io.guise.framework.prototype.AbstractEnableablePrototype
Label constructor.
AbstractEnableablePrototype(String, URI) - Constructor for class io.guise.framework.prototype.AbstractEnableablePrototype
Label and icon constructor.
AbstractEnableableProxyPrototype<P extends Prototype & InfoModel & Enableable> - Class in io.guise.framework.prototype
An enableable prototype that is a proxy for another enableable prototype.
AbstractEnableableProxyPrototype(P) - Constructor for class io.guise.framework.prototype.AbstractEnableableProxyPrototype
Proxied prototype constructor.
AbstractEnumCompositeComponent<E extends Enum<E>> - Class in io.guise.framework.component
Abstract implementation of a composite component that keeps track of its child components at specific indices in an array.
AbstractEnumCompositeComponent(E[]) - Constructor for class io.guise.framework.component.AbstractEnumCompositeComponent
Enum values constructor.
AbstractEnvironment - Class in io.guise.framework.platform
An abstract implementation of the platform user local environment.
AbstractEnvironment() - Constructor for class io.guise.framework.platform.AbstractEnvironment
 
AbstractFlowConstraints - Class in io.guise.framework.component.layout
Abstract constraints on individual component flow.
AbstractFlowConstraints() - Constructor for class io.guise.framework.component.layout.AbstractFlowConstraints
 
AbstractFlowLayout<T extends AbstractFlowConstraints> - Class in io.guise.framework.component.layout
A layout that flows information along an axis.
AbstractFlowLayout(Flow, boolean) - Constructor for class io.guise.framework.component.layout.AbstractFlowLayout
Flow and wrap constructor.
AbstractFlyoverFrame - Class in io.guise.framework.component
Abstract implementation of a frame for flyovers.
AbstractFlyoverFrame(Component) - Constructor for class io.guise.framework.component.AbstractFlyoverFrame
Component constructor.
AbstractFlyoverFrameStrategy(S) - Constructor for class io.guise.framework.component.AbstractComponent.AbstractFlyoverFrameStrategy
Component constructor.
AbstractFlyoverStrategy(S) - Constructor for class io.guise.framework.component.AbstractComponent.AbstractFlyoverStrategy
Component constructor.
AbstractFocusedGestureInputEvent - Class in io.guise.framework.event
An abstract gesture input event such as a keypress that is directed towards the component with input focus.
AbstractFocusedGestureInputEvent(Object, Key...) - Constructor for class io.guise.framework.event.AbstractFocusedGestureInputEvent
Source constructor.
AbstractFocusedInputEvent - Class in io.guise.framework.event
An abstract input event such as a command that is directed towards the component with input focus.
AbstractFocusedInputEvent(Object) - Constructor for class io.guise.framework.event.AbstractFocusedInputEvent
Source constructor.
AbstractFrame - Class in io.guise.framework.component
Abstract implementation of a frame.
AbstractFrame(Component) - Constructor for class io.guise.framework.component.AbstractFrame
Component constructor.
AbstractFrame.DefaultPrototypeProvider - Class in io.guise.framework.component
The default implementation of a prototype provider for a frame.
AbstractFrame.FrameComponent - Enum in io.guise.framework.component
The enumeration of frame components.
AbstractGestureInput - Class in io.guise.framework.input
An abstract encapsulation of user input from a gesture.
AbstractGestureInput(Key...) - Constructor for class io.guise.framework.input.AbstractGestureInput
Keys constructor.
AbstractGestureInputEvent - Class in io.guise.framework.event
An abstract event providing information on input from a user gesture.
AbstractGestureInputEvent(Object, Key...) - Constructor for class io.guise.framework.event.AbstractGestureInputEvent
Source constructor.
AbstractGuiseApplication - Class in io.guise.framework
An abstract base class for a Guise application.
AbstractGuiseApplication(URI) - Constructor for class io.guise.framework.AbstractGuiseApplication
URI constructor.
AbstractGuiseContainer - Class in io.guise.framework
An abstract base class for a Guise instance.
AbstractGuiseContainer(URI) - Constructor for class io.guise.framework.AbstractGuiseContainer
Container base URI constructor.
AbstractGuiseEvent - Class in io.guise.framework.event
The base class for custom Guise events.
AbstractGuiseEvent(Object) - Constructor for class io.guise.framework.event.AbstractGuiseEvent
Source constructor.
AbstractGuiseSession - Class in io.guise.framework
An abstract implementation that keeps track of the components of a user session.
AbstractGuiseSession(GuiseApplication, Platform) - Constructor for class io.guise.framework.AbstractGuiseSession
Application and platform constructor.
AbstractImageComponent - Class in io.guise.framework.component
An abstract implementation of an image component.
AbstractImageComponent(InfoModel, ImageModel) - Constructor for class io.guise.framework.component.AbstractImageComponent
Info model and image model constructor.
AbstractImageComponent.DefaultTransferable - Class in io.guise.framework.component
The default transferable object for an image.
AbstractInputEvent - Class in io.guise.framework.event
An abstract event providing information on input such as a keystroke or a command.
AbstractInputEvent(Object) - Constructor for class io.guise.framework.event.AbstractInputEvent
Source constructor.
AbstractInputStrategy - Class in io.guise.framework.input
An abstract implementation of a strategy for processing input.
AbstractInputStrategy(InputStrategy) - Constructor for class io.guise.framework.input.AbstractInputStrategy
Parent constructor.
AbstractKeyboardEvent - Class in io.guise.framework.event
An abstract event providing information on a keyboard key event.
AbstractKeyboardEvent(Object, Key, Key...) - Constructor for class io.guise.framework.event.AbstractKeyboardEvent
Source constructor.
AbstractLabel - Class in io.guise.framework.component
A abstract component the label of which comprises the main content of the component.
AbstractLabel() - Constructor for class io.guise.framework.component.AbstractLabel
Default constructor with a default info model.
AbstractLabel(InfoModel) - Constructor for class io.guise.framework.component.AbstractLabel
Info model constructor.
AbstractLabel.DefaultTransferable - Class in io.guise.framework.component
The default transferable object for a label.
AbstractLayout<T extends Constraints> - Class in io.guise.framework.component.layout
Abstract implementation of layout information for a layout component.
AbstractLayout() - Constructor for class io.guise.framework.component.layout.AbstractLayout
 
AbstractLayout.ConstraintsPropertyChangeListener - Class in io.guise.framework.component.layout
A property change listener that listens for changes in a constraint object's properties and fires a layout constraints property change event in response.
AbstractLayoutComponent - Class in io.guise.framework.component
Abstract implementation of a layout component.
AbstractLayoutComponent(Layout<? extends Constraints>) - Constructor for class io.guise.framework.component.AbstractLayoutComponent
Layout constructor with a default info model.
AbstractLayoutComponent(InfoModel, Layout<? extends Constraints>) - Constructor for class io.guise.framework.component.AbstractLayoutComponent
Info model and layout constructor.
AbstractLayoutControl - Class in io.guise.framework.component
An abstract implementation of a layout component that is also a control.
AbstractLayoutControl(Layout<?>) - Constructor for class io.guise.framework.component.AbstractLayoutControl
Layout constructor with a default info model and enableable.
AbstractLayoutControl(InfoModel, Enableable, Layout<?>) - Constructor for class io.guise.framework.component.AbstractLayoutControl
Info model, enableable, and layout constructor.
AbstractLayoutValueControl<V> - Class in io.guise.framework.component
An abstract implementation of a layout component that is also a value control.
AbstractLayoutValueControl(Layout<?>, ValueModel<V>) - Constructor for class io.guise.framework.component.AbstractLayoutValueControl
Layout and value model constructor.
AbstractLinkControl - Class in io.guise.framework.component
Abstract implementation of a link.
AbstractLinkControl(InfoModel, ActionModel, Enableable) - Constructor for class io.guise.framework.component.AbstractLinkControl
Info model, action model, and enableable object constructor.
AbstractListCompositeComponent - Class in io.guise.framework.component
Abstract implementation of a composite component that keeps track of its child components in sequence.
AbstractListCompositeComponent(InfoModel) - Constructor for class io.guise.framework.component.AbstractListCompositeComponent
Info model constructor.
AbstractListSelectContainerControl - Class in io.guise.framework.component
An abstract list select control that is also a container.
AbstractListSelectContainerControl(AbstractValueLayout<?>) - Constructor for class io.guise.framework.component.AbstractListSelectContainerControl
Layout constructor.
AbstractListSelectContainerControl.ComponentRepresentationStrategy - Class in io.guise.framework.component
A strategy for to represent components in a list select model as themselves.
AbstractListSelectControl<V> - Class in io.guise.framework.component
Abstract implementation of a control to allow selection by the user of a value from a list.
AbstractListSelectControl(ListSelectModel<V>, ListSelectControl.ValueRepresentationStrategy<V>) - Constructor for class io.guise.framework.component.AbstractListSelectControl
List select model and value representation strategy constructor.
AbstractListSelectControl.ConverterInfoModelValueRepresentationStrategy<VV> - Class in io.guise.framework.component
A list select value representation strategy that creates a component by converting the value to a info model.
AbstractListSelectControl.DefaultValueRepresentationStrategy<VV> - Class in io.guise.framework.component
A default list select value representation strategy that creates a Label.
AbstractListSelectControl.ValueComponentState - Class in io.guise.framework.component
An encapsulation of a component for a tree node along with other metadata, such as whether the component was editable when created.
AbstractListSelectEditor<V> - Class in io.guise.framework.model
An abstract class for editing values in a list model.
AbstractListSelectEditor(ListSelectModel<V>) - Constructor for class io.guise.framework.model.AbstractListSelectEditor
List select model constructor.
AbstractListSelectionPolicy<V> - Class in io.guise.framework.model
An abstract implementation of a list selection strategy for a list select model.
AbstractListSelectionPolicy() - Constructor for class io.guise.framework.model.AbstractListSelectionPolicy
 
AbstractListSelectTableModel<V> - Class in io.guise.framework.model
An abstract implementation of a table model representing selectable list values.
AbstractListSelectTableModel(Class<V>, ListSelectionPolicy<V>, TableColumnModel<?>...) - Constructor for class io.guise.framework.model.AbstractListSelectTableModel
Constructs a list select table model indicating the type of values it can hold.
AbstractListSelectTableModel(Class<V>, TableColumnModel<?>...) - Constructor for class io.guise.framework.model.AbstractListSelectTableModel
Constructs a list select table model indicating the type of values it can hold, using a default multiple selection strategy.
AbstractMenu - Class in io.guise.framework.component
An abstract menu component.
AbstractMenu(InfoModel, ActionModel, Enableable, MenuLayout) - Constructor for class io.guise.framework.component.AbstractMenu
Info model, action model, enableable, and menu layout constructor.
AbstractMenuToolCompositeComponentPrototypeProvisionStrategy - Class in io.guise.framework.prototype
Abstract strategy for keeping track of prototype providers and working with provisioned prototypes, merging them into a menu and/or a toolbar of a frame.
AbstractMenuToolCompositeComponentPrototypeProvisionStrategy(CompositeComponent, PrototypeProvider...) - Constructor for class io.guise.framework.prototype.AbstractMenuToolCompositeComponentPrototypeProvisionStrategy
Parent component and prototype providers constructor.
AbstractModalFrame<R> - Class in io.guise.framework.component
Abstract implementation of a modal frame.
AbstractModalFrame(Component) - Constructor for class io.guise.framework.component.AbstractModalFrame
Component constructor.
AbstractModalNavigationPanel<R> - Class in io.guise.framework.component
Abstract implementation of a modal navigation panel.
AbstractModalNavigationPanel(Layout<?>) - Constructor for class io.guise.framework.component.AbstractModalNavigationPanel
Layout constructor.
AbstractModel - Class in io.guise.framework.model
A base abstract class implementing helpful functionality for models.
AbstractModel() - Constructor for class io.guise.framework.model.AbstractModel
Default constructor.
AbstractModeledColor<C extends Enum<C> & ModeledColor.Component> - Class in io.guise.framework.style
Abstract representation of a color value in a color space.
AbstractModeledColor(double...) - Constructor for class io.guise.framework.style.AbstractModeledColor
Constructs a color with the given components.
AbstractModelGroup<M extends Model> - Class in io.guise.framework.model
An abstract implementation of a group of similar models for providing such functions as communication or mutual exclusion.
AbstractModelGroup(M...) - Constructor for class io.guise.framework.model.AbstractModelGroup
Model constructor.
AbstractMouseEvent - Class in io.guise.framework.event
An abstract event providing mouse input information.
AbstractMouseEvent(Object, Object, Rectangle, Rectangle, Point, Key...) - Constructor for class io.guise.framework.event.AbstractMouseEvent
Source and target constructor.
AbstractMouseInput - Class in io.guise.framework.input
An abstract encapsulation of user input from a mouse.
AbstractMouseInput(Key...) - Constructor for class io.guise.framework.input.AbstractMouseInput
Keys constructor.
AbstractMultipleCompositeComponent - Class in io.guise.framework.component
An abstract implementation of a composite component that can contain multiple components.
AbstractMultipleCompositeComponent(InfoModel) - Constructor for class io.guise.framework.component.AbstractMultipleCompositeComponent
Info model constructor.
AbstractNavigateActionListener - Class in io.guise.framework.event
An abstract that listens for action events and keeps information for navigating in response.
AbstractNavigateActionListener(URIPath) - Constructor for class io.guise.framework.event.AbstractNavigateActionListener
Constructs a listener to navigate to the provided path.
AbstractNavigateActionListener(URI) - Constructor for class io.guise.framework.event.AbstractNavigateActionListener
Constructs a listener to navigate to the provided URI.
AbstractNavigateActionListener(URI, String) - Constructor for class io.guise.framework.event.AbstractNavigateActionListener
Constructs a listener to navigate to the provided URI in the identified viewport.
AbstractNavigateModalActionListener - Class in io.guise.framework.event
A abstract object that listens for action events and keeps information for modally navigating in response.
AbstractNavigateModalActionListener(String, ModalNavigationListener) - Constructor for class io.guise.framework.event.AbstractNavigateModalActionListener
Constructs a listener to navigate modally to the provided path.
AbstractNavigateModalActionListener(URI, ModalNavigationListener) - Constructor for class io.guise.framework.event.AbstractNavigateModalActionListener
Constructs a listener to navigate modally to the provided URI.
AbstractNumberStringLiteralConverter<V extends Number> - Class in io.guise.framework.converter
An abstract implementation an object that can convert a number from and to a string.
AbstractNumberStringLiteralConverter(NumberStringLiteralConverter.Style, Currency) - Constructor for class io.guise.framework.converter.AbstractNumberStringLiteralConverter
Style and currency constructor.
AbstractObjectTransferable<S> - Class in io.guise.framework.component.transfer
A abstract transferable that carries one or more Java objects.
AbstractObjectTransferable(S, Class<?>...) - Constructor for class io.guise.framework.component.transfer.AbstractObjectTransferable
Source and object esclass constructor.
AbstractOptionDialogFrame<O> - Class in io.guise.framework.component
Abstract implementation of a frame for communication of an option.
AbstractOptionDialogFrame(ValueModel<O>, Component, O...) - Constructor for class io.guise.framework.component.AbstractOptionDialogFrame
Value model, component, and options constructor.
AbstractPanel - Class in io.guise.framework.component
An abstract base class for panels.
AbstractPanel(Layout<? extends Constraints>) - Constructor for class io.guise.framework.component.AbstractPanel
Layout constructor.
AbstractPlatform - Class in io.guise.framework.platform
The platform on which Guise objects are being depicted.
AbstractPlatform(GuiseApplication) - Constructor for class io.guise.framework.platform.AbstractPlatform
Application constructor.
AbstractPlatformEvent - Class in io.guise.framework.platform
The base class for events to or from the platform on which objects are being depicted.
AbstractPlatformEvent(Object) - Constructor for class io.guise.framework.platform.AbstractPlatformEvent
Source constructor.
AbstractPlatformFile - Class in io.guise.framework.platform
An abstract implementation of a local file on a platform.
AbstractPlatformFile(String, long) - Constructor for class io.guise.framework.platform.AbstractPlatformFile
Name and size constructor.
AbstractPlatformMessage - Class in io.guise.framework.platform
The base class for messages to or from the platform on which objects are being depicted.
AbstractPlatformMessage() - Constructor for class io.guise.framework.platform.AbstractPlatformMessage
 
AbstractPresentationModel - Class in io.guise.framework.model.ui
An abstract implementation of presentation-related information.
AbstractPresentationModel() - Constructor for class io.guise.framework.model.ui.AbstractPresentationModel
Default constructor.
AbstractProduct - Class in io.guise.framework.platform
The default implementation of the identification of a product, such as a user agent or a plugin, on a particular platform.
AbstractProduct(String, String, String, double, int[]) - Constructor for class io.guise.framework.platform.AbstractProduct
ID, name, and version constructor.
AbstractPrototype - Class in io.guise.framework.prototype
Contains abstract prototype information for a component.
AbstractPrototype() - Constructor for class io.guise.framework.prototype.AbstractPrototype
Default constructor.
AbstractPrototype(String) - Constructor for class io.guise.framework.prototype.AbstractPrototype
Label constructor.
AbstractPrototype(String, URI) - Constructor for class io.guise.framework.prototype.AbstractPrototype
Label and icon constructor.
AbstractPrototypeProvider - Class in io.guise.framework.prototype
An abstract implementation of a prototype provider.
AbstractPrototypeProvider() - Constructor for class io.guise.framework.prototype.AbstractPrototypeProvider
 
AbstractPrototypeProvisionStrategy - Class in io.guise.framework.prototype
Abstract strategy for keeping track of prototype providers and working with provisioned prototypes.
AbstractPrototypeProvisionStrategy(PrototypeProvider...) - Constructor for class io.guise.framework.prototype.AbstractPrototypeProvisionStrategy
Prototype providers constructor.
AbstractProxyPrototype<P extends Prototype & InfoModel> - Class in io.guise.framework.prototype
Abstract prototype information that is a proxy for another prototype.
AbstractProxyPrototype(P) - Constructor for class io.guise.framework.prototype.AbstractProxyPrototype
Proxied prototype constructor.
AbstractRangeValidator<V> - Class in io.guise.framework.validator
An abstract implementation of a validator restricted to a range.
AbstractRangeValidator(V, V, V, boolean) - Constructor for class io.guise.framework.validator.AbstractRangeValidator
Minimum, maximum, step, and value required constructor.
AbstractReferenceDestination - Class in io.guise.framework
Abstract implementation of a destination referencing another destination.
AbstractReferenceDestination(URIPath, Destination) - Constructor for class io.guise.framework.AbstractReferenceDestination
Path and referenced destination constructor.
AbstractReferenceDestination(Pattern, Destination) - Constructor for class io.guise.framework.AbstractReferenceDestination
Path pattern and referenced destination constructor.
AbstractRegularExpressionValidator<V> - Class in io.guise.framework.validator
An abstract validator that can validate against regular expressions.
AbstractRegularExpressionValidator(String) - Constructor for class io.guise.framework.validator.AbstractRegularExpressionValidator
Constructs a string regular expression validator from a regular expression string, without requiring a non-null value..
AbstractRegularExpressionValidator(String, boolean) - Constructor for class io.guise.framework.validator.AbstractRegularExpressionValidator
Constructs a string regular expression validator from a regular expression string.
AbstractRegularExpressionValidator(Pattern) - Constructor for class io.guise.framework.validator.AbstractRegularExpressionValidator
Constructs a string regular expression validator from a regular expression pattern, without requiring a non-null value.
AbstractRegularExpressionValidator(Pattern, boolean) - Constructor for class io.guise.framework.validator.AbstractRegularExpressionValidator
Constructs a string regular expression validator from a regular expression pattern.
AbstractSelectActionControl - Class in io.guise.framework.component
Abstract selectable action control.
AbstractSelectActionControl(InfoModel, ActionModel, Enableable) - Constructor for class io.guise.framework.component.AbstractSelectActionControl
Info model, action model, and enableable object constructor.
AbstractSelectActionControl.SelectActionListener - Class in io.guise.framework.component
An action listener that selects a select action listener if auto-select is turned on, toggling the select status if necessary.
AbstractSelectActionValueControl<V> - Class in io.guise.framework.component
Selectable action value control for which the selected state is distinct from the contained value.
AbstractSelectActionValueControl(InfoModel, ActionModel, ValueModel<V>, Enableable) - Constructor for class io.guise.framework.component.AbstractSelectActionValueControl
Info model, action model, value model, and enableable object constructor.
AbstractSequenceTaskPanel - Class in io.guise.framework.component
Abstract base class for a panel that allows progression in a sequence.
AbstractSequenceTaskPanel(SequenceTaskController) - Constructor for class io.guise.framework.component.AbstractSequenceTaskPanel
Task controller constructor.
AbstractSimpleWebComponentDepictor<C extends Component> - Class in io.guise.framework.platform.web
A component depictor that uses its top-level XHTML element as its main or body component.
AbstractSimpleWebComponentDepictor() - Constructor for class io.guise.framework.platform.web.AbstractSimpleWebComponentDepictor
Default constructor with no element representation.
AbstractSimpleWebComponentDepictor(URI, String) - Constructor for class io.guise.framework.platform.web.AbstractSimpleWebComponentDepictor
Element namespace and local name constructor that doesn't create an empty element, even if there is no content.
AbstractSimpleWebComponentDepictor(URI, String, boolean) - Constructor for class io.guise.framework.platform.web.AbstractSimpleWebComponentDepictor
Element namespace and local name constructor.
AbstractSingleCompositeComponent - Class in io.guise.framework.component
An abstract implementation of a composite component that can contain a single component.
AbstractSingleCompositeComponent(InfoModel) - Constructor for class io.guise.framework.component.AbstractSingleCompositeComponent
Info model constructor.
AbstractStringLiteralConverter<V> - Class in io.guise.framework.converter
An abstract implementation an object that can convert a value from and to a string.
AbstractStringLiteralConverter() - Constructor for class io.guise.framework.converter.AbstractStringLiteralConverter
 
AbstractTableModel - Class in io.guise.framework.model
An abstract implementation of a table model.
AbstractTableModel(TableColumnModel<?>...) - Constructor for class io.guise.framework.model.AbstractTableModel
Columns constructor.
AbstractTargetedGuiseEvent - Class in io.guise.framework.event
An abstract implementation of a Guise event that is targeted.
AbstractTargetedGuiseEvent(Object) - Constructor for class io.guise.framework.event.AbstractTargetedGuiseEvent
Source constructor.
AbstractTargetedGuiseEvent(Object, Object) - Constructor for class io.guise.framework.event.AbstractTargetedGuiseEvent
Source and target constructor.
AbstractTextControl<V> - Class in io.guise.framework.component
Control to accept text input from the user representing a particular value type.
AbstractTextControl(ValueModel<V>) - Constructor for class io.guise.framework.component.AbstractTextControl
Value model constructor with a default converter.
AbstractTextControl(ValueModel<V>, Converter<V, String>) - Constructor for class io.guise.framework.component.AbstractTextControl
Value model and converter constructor.
AbstractTextControl(Class<V>) - Constructor for class io.guise.framework.component.AbstractTextControl
Value class constructor with a default data model to represent a given type and a default converter.
AbstractTextDepictContext - Class in io.guise.framework.platform
Abstract encapsulation of text information related to the current depiction.
AbstractTextDepictContext(GuiseSession, Destination) - Constructor for class io.guise.framework.platform.AbstractTextDepictContext
Guise session constructor.
AbstractTransferable<S> - Class in io.guise.framework.component.transfer
An abstract object that can be transferred, such as between components using drag and drop.
AbstractTransferable(S) - Constructor for class io.guise.framework.component.transfer.AbstractTransferable
Source constructor.
AbstractTreeNodeRepresentationStrategy() - Constructor for class io.guise.framework.component.TreeControl.AbstractTreeNodeRepresentationStrategy
 
AbstractURIStringLiteralConverter - Class in io.guise.framework.converter
An abstract converter that converts a URI from and to a string literal, correctly resolving relative URIs.
AbstractURIStringLiteralConverter() - Constructor for class io.guise.framework.converter.AbstractURIStringLiteralConverter
 
AbstractValidator<V> - Class in io.guise.framework.validator
An abstract implementation of an object that can determine whether a value is valid.
AbstractValidator() - Constructor for class io.guise.framework.validator.AbstractValidator
Default constructor with no value required.
AbstractValidator(boolean) - Constructor for class io.guise.framework.validator.AbstractValidator
Value required constructor.
AbstractValueControl<V> - Class in io.guise.framework.component
Abstract implementation of a control to accept input from the user.
AbstractValueControl(InfoModel, ValueModel<V>, Enableable) - Constructor for class io.guise.framework.component.AbstractValueControl
Info model, value model, and enableable constructor.
AbstractValuedPanel<V> - Class in io.guise.framework.component
An abstract panel that represents a value.
AbstractValuedPanel(Class<V>, Layout<? extends Constraints>) - Constructor for class io.guise.framework.component.AbstractValuedPanel
Value class and layout constructor.
AbstractValueLayout<T extends Constraints> - Class in io.guise.framework.component.layout
A layout that manages the selection of child components, only one of which can be selected at a time.
AbstractValueLayout() - Constructor for class io.guise.framework.component.layout.AbstractValueLayout
Default constructor.
AbstractValueModel<V> - Class in io.guise.framework.model
An abstract implementation of a model representing a value.
AbstractValueModel(Class<V>) - Constructor for class io.guise.framework.model.AbstractValueModel
Constructs a value model indicating the type of value it can hold.
AbstractWebActionControlDepictor<C extends ActionControl> - Class in io.guise.framework.platform.web
Abstract depictor for rendering simple action controls in XHTML.
AbstractWebActionControlDepictor() - Constructor for class io.guise.framework.platform.web.AbstractWebActionControlDepictor
Default constructor with no element representation.
AbstractWebActionControlDepictor(URI, String) - Constructor for class io.guise.framework.platform.web.AbstractWebActionControlDepictor
Element namespace and local name constructor that doesn't create an empty element, even if there is no content.
AbstractWebActionControlDepictor(URI, String, boolean) - Constructor for class io.guise.framework.platform.web.AbstractWebActionControlDepictor
Element namespace and local name constructor.
AbstractWebComponentDepictor<C extends Component> - Class in io.guise.framework.platform.web
The abstract base class for all application/xhtml+xml depictions.
AbstractWebComponentDepictor() - Constructor for class io.guise.framework.platform.web.AbstractWebComponentDepictor
Default constructor with no element representation.
AbstractWebComponentDepictor(URI, String) - Constructor for class io.guise.framework.platform.web.AbstractWebComponentDepictor
Element namespace and local name constructor that doesn't create an empty element, even if there is no content.
AbstractWebComponentDepictor(URI, String, boolean) - Constructor for class io.guise.framework.platform.web.AbstractWebComponentDepictor
Element namespace and local name constructor.
AbstractWebDepictContext - Class in io.guise.framework.platform.web
Abstract implementation of information related to the current depiction on the web platform.
AbstractWebDepictContext(GuiseSession, Destination) - Constructor for class io.guise.framework.platform.web.AbstractWebDepictContext
Guise session constructor.
AbstractWebDepictEvent - Class in io.guise.framework.platform.web
The base class for events to or from a depicted object on the web platform.
AbstractWebDepictEvent(DepictedObject) - Constructor for class io.guise.framework.platform.web.AbstractWebDepictEvent
Depicted object constructor.
AbstractWebDepictor<O extends DepictedObject> - Class in io.guise.framework.platform.web
An abstract depictor for the web.
AbstractWebDepictor() - Constructor for class io.guise.framework.platform.web.AbstractWebDepictor
 
AbstractWebFrameDepictor<C extends Frame> - Class in io.guise.framework.platform.web
Abstract strategy for rendering a frame as a series of XHTML elements.
AbstractWebFrameDepictor() - Constructor for class io.guise.framework.platform.web.AbstractWebFrameDepictor
Default constructor with no element representation.
AbstractWebFrameDepictor(URI, String) - Constructor for class io.guise.framework.platform.web.AbstractWebFrameDepictor
Element namespace and local name constructor that doesn't create an empty element, even if there is no content.
AbstractWebFrameDepictor(URI, String, boolean) - Constructor for class io.guise.framework.platform.web.AbstractWebFrameDepictor
Element namespace and local name constructor.
AbstractWebLayoutComponentDepictor<C extends LayoutComponent> - Class in io.guise.framework.platform.web
The abstract base class for all application/xhtml+xml composite components that use layouts.
AbstractWebLayoutComponentDepictor() - Constructor for class io.guise.framework.platform.web.AbstractWebLayoutComponentDepictor
Default constructor with no element representation.
AbstractWebLayoutComponentDepictor(URI, String) - Constructor for class io.guise.framework.platform.web.AbstractWebLayoutComponentDepictor
Element namespace and local name constructor that doesn't create an empty element, even if there is no content.
AbstractWebLayoutComponentDepictor(URI, String, boolean) - Constructor for class io.guise.framework.platform.web.AbstractWebLayoutComponentDepictor
Element namespace and local name constructor.
AbstractWebMenuDepictor<C extends Menu> - Class in io.guise.framework.platform.web
Abstract strategy for rendering a menu.
AbstractWebMenuDepictor() - Constructor for class io.guise.framework.platform.web.AbstractWebMenuDepictor
Default constructor with no element representation.
AbstractWebMenuDepictor(URI, String) - Constructor for class io.guise.framework.platform.web.AbstractWebMenuDepictor
Element namespace and local name constructor that doesn't create an empty element, even if there is no content.
AbstractWebMenuDepictor(URI, String, boolean) - Constructor for class io.guise.framework.platform.web.AbstractWebMenuDepictor
Element namespace and local name constructor.
AbstractWebMessage - Class in io.guise.framework.platform.web
The base class for message to or from the web platform.
AbstractWebMessage() - Constructor for class io.guise.framework.platform.web.AbstractWebMessage
 
AbstractWebPlatform - Class in io.guise.framework.platform.web
An abstract implementation of a web platform for Guise.
AbstractWebPlatform(GuiseApplication) - Constructor for class io.guise.framework.platform.web.AbstractWebPlatform
Application.
AbstractWebPlatformEvent - Class in io.guise.framework.platform.web
The base class for events to or from the web platform.
AbstractWebPlatformEvent(Object) - Constructor for class io.guise.framework.platform.web.AbstractWebPlatformEvent
Source constructor.
AbstractWebPlatformFileCollectorDepictor - Class in io.guise.framework.platform.web
An abstract depictor for a collector of platform files for the web platform.
AbstractWebPlatformFileCollectorDepictor() - Constructor for class io.guise.framework.platform.web.AbstractWebPlatformFileCollectorDepictor
 
AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand - Enum in io.guise.framework.platform.web
The web commands for controlling the platform file collector.
AbstractXHTMLDepictContext - Class in io.guise.framework.platform
Abstract encapsulation of application/xhtml+xml information related to the current depiction.
AbstractXHTMLDepictContext(GuiseSession, Destination) - Constructor for class io.guise.framework.platform.AbstractXHTMLDepictContext
Guise session constructor.
AbstractXMLDepictContext - Class in io.guise.framework.platform
Abstract encapsulation of text/xml information related to the current depiction.
AbstractXMLDepictContext(GuiseSession, Destination) - Constructor for class io.guise.framework.platform.AbstractXMLDepictContext
Guise session constructor.
acceptEdit() - Method in class io.guise.framework.component.AbstractEditComponentTextControl
Accepts edits.
acceptEdit(String) - Method in class io.guise.framework.component.AbstractEditComponentTextControl
Accepts edits with the given text.
AccordionMenu - Class in io.guise.framework.component
A menu that collapses its children's children between its children, like an accordion.
AccordionMenu(Flow) - Constructor for class io.guise.framework.component.AccordionMenu
Axis constructor.
AccordionMenu(InfoModel, ActionModel, Enableable, Flow) - Constructor for class io.guise.framework.component.AccordionMenu
Info model, action model, enableable, and menu layout constructor.
AccordionMenu(MenuPrototype, Flow) - Constructor for class io.guise.framework.component.AccordionMenu
Prototype and axis constructor.
action(int, int) - Method in class io.guise.framework.model.DefaultActionModel
Performs whatever is necessary.
action(int, int) - Method in class io.guise.framework.prototype.AbstractActionPrototype
Performs whatever is necessary.
action(int, int) - Method in class io.guise.framework.prototype.MenuPrototype
 
action(int, int) - Method in class io.guise.framework.prototype.NavigateActionPrototype
 
ACTION - Enum constant in enum io.guise.framework.platform.web.WebPlatformEventType
An action on a component.
ACTION_CLASS - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
A component that can send back an action.
ACTION_INPUT_ID_SEGMENT - Static variable in class io.guise.framework.platform.web.WebApplicationFrameDepictor
The ID segment for the hidden action input field.
ACTION_PROPERTY - Static variable in class io.guise.framework.coupler.ActionCardCoupler
The bound property of the action.
ActionCardCoupler - Class in io.guise.framework.coupler
Associates an action control with a card in a card control.
ActionCardCoupler() - Constructor for class io.guise.framework.coupler.ActionCardCoupler
Default constructor.
ActionCardCoupler(ActionControl, Component...) - Constructor for class io.guise.framework.coupler.ActionCardCoupler
Action and cards constructor.
ActionControl - Interface in io.guise.framework.component
A general control with an action model.
ActionEvent - Class in io.guise.framework.event
An event indicating an action should take place.
ActionEvent(Object) - Constructor for class io.guise.framework.event.ActionEvent
Source constructor with a default force and option.
ActionEvent(Object, int, int) - Constructor for class io.guise.framework.event.ActionEvent
Source, force, and option constructor.
ActionEvent(Object, ActionEvent) - Constructor for class io.guise.framework.event.ActionEvent
Copy constructor that specifies a different source.
ActionEvent(Object, Object, int, int) - Constructor for class io.guise.framework.event.ActionEvent
Source, target, force, and option constructor.
ActionEvent.Command - Enum in io.guise.framework.event
The commands that can be represented by an action.
ActionListenable - Interface in io.guise.framework.event
An object that allows the registration of action listeners.
ActionListener - Interface in io.guise.framework.event
An object that listens for action events.
ActionModel - Interface in io.guise.framework.model
A model for a potential action.
actionPerformed(ActionEvent) - Method in class io.guise.framework.component.AbstractSelectActionControl.SelectActionListener
Called when an action is initiated.
actionPerformed(ActionEvent) - Method in class io.guise.framework.event.AbstractNavigateActionListener
Called when an action is initiated.
actionPerformed(ActionEvent) - Method in interface io.guise.framework.event.ActionListener
Called when an action is initiated.
actionPerformed(ActionEvent) - Method in class io.guise.framework.event.NavigateModalActionListener
Called when an action is initiated.
ActionPrototype - Interface in io.guise.framework.prototype
Contains prototype information for an action control.
ActionValueControl<V> - Interface in io.guise.framework.component
An action control that also contains a value in its model.
ACTIVATE - Enum constant in enum io.guise.framework.event.ActionEvent.Command
The action requests activitation, Traditionally this is indicated by a left mouse button double click.
ACTIVE_PROPERTY - Static variable in interface io.guise.framework.model.Activeable
The active bound property.
Activeable - Interface in io.guise.framework.model
An object that can be set active or inactive.
add(int, Component) - Method in class io.guise.framework.component.AbstractContainer
Adds a child component with default constraints to the container at the specified index.
add(int, Component, Constraints) - Method in class io.guise.framework.component.AbstractContainer
 
add(int, Component, Constraints) - Method in interface io.guise.framework.component.Container
Adds a component along with constraints to the container at the specified index.
add(int, Prototype) - Method in class io.guise.framework.component.AbstractContainer
Adds a component based upon the given prototype to the container with default constraints at the specified index.
add(int, Prototype) - Method in interface io.guise.framework.component.Container
Adds a component based upon the given prototype to the container with default constraints at the specified index.
add(int, Prototype, Constraints) - Method in class io.guise.framework.component.AbstractContainer
Adds a component based upon the given prototype to the container along with constraints at the specified index.
add(int, Prototype, Constraints) - Method in interface io.guise.framework.component.Container
Adds a component based upon the given prototype to the container along with constraints at the specified index.
add(int, V) - Method in class io.guise.framework.component.AbstractListSelectControl
 
add(int, V) - Method in class io.guise.framework.model.DefaultListSelectModel
 
add(Component) - Method in class io.guise.framework.component.AbstractContainer
 
add(Component) - Method in interface io.guise.framework.component.Container
Adds a component with default constraints to the container.
add(Component, Constraints) - Method in class io.guise.framework.component.AbstractContainer
 
add(Component, Constraints) - Method in interface io.guise.framework.component.Container
Adds a component along with constraints to the container.
add(Container, PrototypeProvision<?>) - Method in class io.guise.framework.prototype.AbstractMenuToolCompositeComponentPrototypeProvisionStrategy
Adds a prototype to a container in the correct order by examining the prototype information of the other components added to the container The prototype is inserted before the first component that was created from prototype info with a larger order.
add(TreeNodeModel<?>) - Method in class io.guise.framework.model.DefaultTreeNodeModel
 
add(TreeNodeModel<?>) - Method in interface io.guise.framework.model.TreeNodeModel
Adds a child tree node to this tree node.
add(Prototype) - Method in class io.guise.framework.component.AbstractContainer
Adds a component based upon the given prototype to the container with default constraints.
add(Prototype) - Method in interface io.guise.framework.component.Container
Adds a component based upon the given prototype to the container with default constraints.
add(Prototype, Constraints) - Method in class io.guise.framework.component.AbstractContainer
Adds a component based upon the given prototype to the container along with constraints.
add(Prototype, Constraints) - Method in interface io.guise.framework.component.Container
Adds a component based upon the given prototype to the container along with constraints.
add(ValidationException) - Method in exception io.guise.framework.validator.ValidationsException
 
add(M) - Method in class io.guise.framework.model.AbstractModelGroup
Adds a model to the group.
add(M) - Method in interface io.guise.framework.model.ModelGroup
Adds a model to the group.
add(V) - Method in class io.guise.framework.component.AbstractListSelectControl
add(V) - Method in class io.guise.framework.model.DefaultListSelectModel
addActionListener(ActionListener) - Method in class io.guise.framework.component.AbstractActionControl
 
addActionListener(ActionListener) - Method in class io.guise.framework.component.AbstractMenu
 
addActionListener(ActionListener) - Method in class io.guise.framework.component.ImageActionControl
 
addActionListener(ActionListener) - Method in class io.guise.framework.component.TreeControl
 
addActionListener(ActionListener) - Method in interface io.guise.framework.event.ActionListenable
Adds an action listener.
addActionListener(ActionListener) - Method in class io.guise.framework.model.DefaultActionModel
 
addActionListener(ActionListener) - Method in class io.guise.framework.model.DefaultTreeModel
 
addActionListener(ActionListener) - Method in class io.guise.framework.model.DefaultTreeNodeModel
 
addActionListener(ActionListener) - Method in class io.guise.framework.prototype.AbstractActionPrototype
 
addActionListener(ActionListener) - Method in class io.guise.framework.prototype.ProxyActionPrototype
 
addAll(int, Collection<? extends Component>) - Method in class io.guise.framework.component.AbstractListSelectContainerControl
 
addAll(int, Collection<? extends V>) - Method in class io.guise.framework.component.AbstractListSelectControl
 
addAll(int, Collection<? extends V>) - Method in class io.guise.framework.model.DefaultListSelectModel
 
addAll(Collection<? extends Component>) - Method in class io.guise.framework.component.AbstractListSelectContainerControl
 
addAll(Collection<? extends ValidationException>) - Method in exception io.guise.framework.validator.ValidationsException
 
addAll(Collection<? extends V>) - Method in class io.guise.framework.component.AbstractListSelectControl
 
addAll(Collection<? extends V>) - Method in class io.guise.framework.model.DefaultListSelectModel
 
addChildFrame(Frame) - Method in class io.guise.framework.component.AbstractApplicationFrame
 
addChildFrame(Frame) - Method in interface io.guise.framework.component.ApplicationFrame
Adds a frame to the list of child frames.
addColumn(TableColumnModel<?>) - Method in class io.guise.framework.model.AbstractTableModel
Adds a column to the table.
addCommandListener(CommandListener) - Method in class io.guise.framework.component.AbstractComponent
 
addCommandListener(CommandListener) - Method in interface io.guise.framework.component.Component
Adds a command listener.
addComponent(int, Component) - Method in class io.guise.framework.component.AbstractLayoutComponent
 
addComponent(int, Component) - Method in class io.guise.framework.component.AbstractListCompositeComponent
Adds a child component at the specified index.
addComponent(int, Component) - Method in class io.guise.framework.component.AbstractMenu
 
addComponent(int, Component) - Method in class io.guise.framework.component.SequenceCardPanel
Adds a child component at the specified index.
addComponent(Component) - Method in class io.guise.framework.component.AbstractListCompositeComponent
Adds a child component.
addComponent(Component) - Method in class io.guise.framework.component.AbstractMultipleCompositeComponent
Adds a child component.
addComponent(Component) - Method in class io.guise.framework.component.BooleanValueControlSelectControl
 
addComponent(Component) - Method in class io.guise.framework.component.layout.AbstractLayout
Lays out the associated layout component.
addComponent(Component) - Method in class io.guise.framework.component.layout.AbstractValueLayout
Lays out the associated layout component.
addComponent(Component) - Method in interface io.guise.framework.component.layout.Layout
Adds a component to the layout.
addCompositeComponentListener(CompositeComponentListener) - Method in class io.guise.framework.component.AbstractCompositeComponent
 
addCompositeComponentListener(CompositeComponentListener) - Method in interface io.guise.framework.component.CompositeComponent
Adds a composite component listener.
addDestination(Destination) - Method in class io.guise.framework.AbstractGuiseApplication
 
addDestination(Destination) - Method in interface io.guise.framework.GuiseApplication
Registers a destination so that it can be matched against one or more paths.
addDestination(Destination, boolean) - Method in class io.guise.framework.AbstractGuiseApplication
 
addDestination(Destination, boolean) - Method in interface io.guise.framework.GuiseApplication
Registers a destination so that it can be matched against one or more paths.
addEditListener(EditListener) - Method in class io.guise.framework.component.AbstractEditComponentTextControl
 
addEditListener(EditListener) - Method in class io.guise.framework.component.AbstractEditValueControl
 
addEditListener(EditListener) - Method in class io.guise.framework.component.AbstractEditValuePanel
 
addEditListener(EditListener) - Method in class io.guise.framework.component.Table
 
addEditListener(EditListener) - Method in interface io.guise.framework.event.EditListenable
Adds an edit listener.
addExportStrategy(ExportStrategy<?>) - Method in class io.guise.framework.component.AbstractComponent
 
addExportStrategy(ExportStrategy<?>) - Method in interface io.guise.framework.component.Component
Adds an export strategy to the component.
addFlowStyleIDs(Set<String>, Flow) - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
Adds flow style IDs to the given set of style IDs based upon the given flow.
addGuiseSession(GuiseSession) - Method in class io.guise.framework.AbstractGuiseContainer
Adds and initializes a Guise session.
addImpl(ValueModel<V>) - Method in class io.guise.framework.model.ValuePolicyModelGroup
Actual implementation of adding a model to the group.
addImpl(M) - Method in class io.guise.framework.model.AbstractModelGroup
Actual implementation of adding a model to the group.
addImportStrategy(ImportStrategy<?>) - Method in class io.guise.framework.component.AbstractComponent
 
addImportStrategy(ImportStrategy<?>) - Method in interface io.guise.framework.component.Component
Adds an import strategy to the component.
addKeyListener(KeyboardListener) - Method in class io.guise.framework.component.AbstractComponent
 
addKeyListener(KeyboardListener) - Method in interface io.guise.framework.component.Component
Adds a key listener.
addListListener(ListListener<E>) - Method in interface io.guise.framework.event.ListListenable
Adds a list listener.
addListListener(ListListener<Component>) - Method in class io.guise.framework.component.AbstractListSelectContainerControl
 
addListListener(ListListener<V>) - Method in class io.guise.framework.component.AbstractListSelectControl
 
addListListener(ListListener<V>) - Method in class io.guise.framework.model.DefaultListSelectModel
 
addListListener(ListListener<V>) - Method in interface io.guise.framework.model.ListSelectModel
Adds a list listener.
addListSelectionListener(ListSelectionListener<Component>) - Method in class io.guise.framework.component.AbstractListSelectContainerControl
 
addListSelectionListener(ListSelectionListener<V>) - Method in class io.guise.framework.component.AbstractListSelectControl
 
addListSelectionListener(ListSelectionListener<V>) - Method in class io.guise.framework.model.DefaultListSelectModel
 
addListSelectionListener(ListSelectionListener<V>) - Method in interface io.guise.framework.model.ListSelectModel
Adds a list selection listener.
addMouseListener(MouseListener) - Method in class io.guise.framework.component.AbstractComponent
 
addMouseListener(MouseListener) - Method in interface io.guise.framework.component.Component
Adds a mouse listener.
addNotificationListener(NotificationListener) - Method in class io.guise.framework.component.AbstractComponent
 
addNotificationListener(NotificationListener) - Method in interface io.guise.framework.component.Component
Adds a notification listener.
addPreferenceProperty(String) - Method in class io.guise.framework.component.AbstractComponent
 
addPreferenceProperty(String) - Method in interface io.guise.framework.component.Component
Adds a property to be saved and loaded as a preference.
addProgressListener(ProgressListener<Long>) - Method in class io.guise.framework.audio.Audio
 
addProgressListener(ProgressListener<Long>) - Method in class io.guise.framework.component.PlatformFileUploadPanel
 
addProgressListener(ProgressListener<Long>) - Method in class io.guise.framework.component.ResourceCollectControl
Adds a progress listener.
addProgressListener(ProgressListener<Long>) - Method in class io.guise.framework.platform.AbstractPlatformFile
 
addProgressListener(ProgressListener<Long>) - Method in class io.guise.framework.platform.PlatformFileUploadTask
Adds a progress listener.
addProgressListener(ProgressListener<P>) - Method in interface io.guise.framework.event.ProgressListenable
Adds a progress listener.
addPrototypeProvider(PrototypeProvider) - Method in class io.guise.framework.prototype.AbstractPrototypeProvisionStrategy
Add a prototoype provider to be managed.
addResourcePath(String) - Method in class io.guise.framework.component.ResourceCollectControl
Adds a new resource path.
addSelectedIndexes(int...) - Method in class io.guise.framework.component.AbstractListSelectContainerControl
 
addSelectedIndexes(int...) - Method in class io.guise.framework.component.AbstractListSelectControl
 
addSelectedIndexes(int...) - Method in class io.guise.framework.model.DefaultListSelectModel
 
addSelectedIndexes(int...) - Method in interface io.guise.framework.model.ListSelectModel
Adds a selection at the given indices.
ADJACENT_SIBLING - Enum constant in enum io.guise.framework.platform.web.css.Combinator
Adjacent sibling.
ADMINS_LOCAL_NAME - Static variable in class io.guise.framework.platform.web.facebook.Facebook
A comma-separated list of IDs of Facebook user that administers a page.
ADVANCE - Enum constant in enum io.guise.framework.input.MediaCommand
The command for advancing in a media stream from the current location.
AJAX_JAVASCRIPT_PATH - Static variable in interface io.guise.framework.platform.web.WebPlatform
The path of the AJAX JavaScript file, relative to the application.
AJAX_MIN_JAVASCRIPT_PATH - Static variable in interface io.guise.framework.platform.web.WebPlatform
The path of the compressed AJAX JavaScript file, relative to the application.
ALEXA - Enum constant in enum io.guise.framework.platform.web.WebUserAgentProduct.Brand
Alexa user agent.
ALICE_BLUE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
ALIGNMENT_PROPERTY - Static variable in class io.guise.framework.component.layout.AbstractFlowConstraints
The bound property of the alignment.
ALIGNMENT_PROPERTY - Static variable in class io.guise.framework.component.layout.AbstractFlowLayout
The bound property of the alignment.
ALLOW_SCRIPT_ACCESS_PARAMETER - Static variable in class io.guise.framework.platform.web.WebFlashDepictor
The "allowScriptAccess" parameter.
ALLOW_SCRIPT_ACCESS_PARAMETER_ALWAYS - Static variable in class io.guise.framework.platform.web.WebFlashDepictor
The "allowScriptAccess" parameter "always" value.
ALLOW_SCRIPT_ACCESS_PARAMETER_NEVER - Static variable in class io.guise.framework.platform.web.WebFlashDepictor
The "allowScriptAccess" parameter "never" value.
ALLOW_SCRIPT_ACCESS_PARAMETER_SAME_DOMAIN - Static variable in class io.guise.framework.platform.web.WebFlashDepictor
The "allowScriptAccess" parameter "sameDomain" value.
ALPHA - Enum constant in enum io.guise.framework.style.RGBColor.Component
Alpha component.
ALT - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
ALT_LEFT - Enum constant in enum io.guise.framework.input.Key
Key definition
ALT_RIGHT - Enum constant in enum io.guise.framework.input.Key
Key definition
ANTIQUE_WHITE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
APP_ID_LOCAL_NAME - Static variable in class io.guise.framework.platform.web.facebook.Facebook
The ID of the Facebook Platform application that administers this page.
appendAttribute(A, NsQualifiedName, String) - Method in class io.guise.framework.platform.AbstractXMLDepictContext
Appends an attribute and its value to the given appendable.
appendAttributeName(A, NsQualifiedName) - Method in class io.guise.framework.platform.AbstractXHTMLDepictContext
Appends an attribute name to the given appendable.
appendAttributeName(A, NsQualifiedName) - Method in class io.guise.framework.platform.AbstractXMLDepictContext
Appends an attribute name to the given appendable.
appendAttributeValue(A, String) - Method in class io.guise.framework.platform.AbstractXMLDepictContext
Appends an attribute value to the given appendable.
appendCSSValue(StringBuilder, Extent) - Static method in class io.guise.framework.platform.web.AbstractWebDepictContext
Appends a CSS string representation of the given extent.
appendCSSValue(StringBuilder, Cursor, Orientation) - Static method in class io.guise.framework.platform.web.AbstractWebDepictContext
Appends a CSS string representation of the given cursor.
appendCSSValue(StringBuilder, Color) - Static method in class io.guise.framework.platform.web.AbstractWebDepictContext
Appends a CSS string representation of the given color.
appendCSSValue(StringBuilder, FontStyle) - Static method in class io.guise.framework.platform.web.AbstractWebDepictContext
Appends a CSS string representation of the given font style.
appendCSSValue(StringBuilder, LineStyle) - Static method in class io.guise.framework.platform.web.AbstractWebDepictContext
Appends a CSS string representation of the given line style, such as used for a border style.
appendCSSValue(StringBuilder, Object, Orientation) - Method in class io.guise.framework.platform.web.AbstractWebDepictContext
Appends a CSS value to the given string builder.
appendCSSValue(StringBuilder, URI) - Method in class io.guise.framework.platform.web.AbstractWebDepictContext
Appends a CSS string representation of the given URI.
appendCSSValue(StringBuilder, List<?>) - Static method in class io.guise.framework.platform.web.AbstractWebDepictContext
Appends a CSS string containing the given list of items.
APPLICATION_CLASS_INIT_PARAMETER - Static variable in class io.guise.framework.platform.web.GuiseHTTPServlet
The init parameter, "applicationClass", used to specify the Guise application to create.
APPLICATION_COPYRIGHT - Static variable in class io.guise.framework.Resources
Label referencing the application copyright resource.
APPLICATION_DESCRIPTION - Static variable in class io.guise.framework.Resources
Label referencing the application description resource.
APPLICATION_LABEL - Static variable in class io.guise.framework.Resources
Label referencing the application label resource.
APPLICATION_NAME - Static variable in class io.guise.framework.Resources
Label referencing the application name resource.
APPLICATION_NAME_SHORT - Static variable in class io.guise.framework.Resources
Label referencing the short application name resource.
APPLICATION_VERSION - Static variable in class io.guise.framework.Resources
Label referencing the application version resource.
ApplicationFrame - Interface in io.guise.framework.component
The root frame of an application.
apply(Object) - Method in class io.guise.framework.theme.Theme
Applies this theme to the given object.
applyTheme() - Method in class io.guise.framework.component.AbstractComponent
 
applyTheme() - Method in class io.guise.framework.component.AbstractLayoutComponent
 
applyTheme() - Method in class io.guise.framework.component.BooleanValueControlSelectControl
Applies the theme to this object.
applyTheme() - Method in interface io.guise.framework.component.Component
Applies the theme to this object.
applyTheme(Theme) - Method in class io.guise.framework.component.AbstractComponent
 
applyTheme(Theme) - Method in class io.guise.framework.component.AbstractLayoutComponent
Applies a theme and its parents to this object.
applyTheme(Theme) - Method in class io.guise.framework.component.BooleanValueControlSelectControl
 
applyTheme(Theme) - Method in interface io.guise.framework.component.Component
Applies a theme and its parents to this object.
AQUA - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
AQUA_MARINE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
ArrangeContainer - Interface in io.guise.framework.component
A container that that semantically demarcates an area that arranges other components.
ArrangePanel - Class in io.guise.framework.component
A panel that semantically demarcates an area that arranges other components.
ArrangePanel() - Constructor for class io.guise.framework.component.ArrangePanel
Default constructor with a default vertical flow layout.
ArrangePanel(Layout<?>) - Constructor for class io.guise.framework.component.ArrangePanel
Layout constructor.
ARTICLE - Enum constant in enum io.guise.framework.component.SectionComponent.SectionType
The main section of a self-contained article appropriate for syndication.
asHSL() - Method in interface io.guise.framework.style.Color
 
asHSL() - Method in class io.guise.framework.style.HSLColor
 
asHSL() - Method in class io.guise.framework.style.ResourceColor
asHSL() - Method in class io.guise.framework.style.RGBColor
 
ASIDE - Enum constant in enum io.guise.framework.component.SectionComponent.SectionType
Content tangentially related to the surrounding content.
asRGB() - Method in interface io.guise.framework.style.Color
 
asRGB() - Method in class io.guise.framework.style.HSLColor
 
asRGB() - Method in class io.guise.framework.style.ResourceColor
asRGB() - Method in class io.guise.framework.style.RGBColor
 
ATTRIBUTE_ATTRIBUTE_HASH - Static variable in interface io.guise.framework.platform.web.WebPlatform
The Guise attribute containing the hash of the element attributes.
ATTRIBUTE_CLASS_CONTENT - Static variable in interface io.guise.framework.platform.web.WebPlatform
The HTML class attribute indicating content.
ATTRIBUTE_CONTENT_HASH - Static variable in interface io.guise.framework.platform.web.WebPlatform
The Guise attribute containing the hash of the element content.
ATTRIBUTE_CONTENT_TYPE - Static variable in interface io.guise.framework.platform.web.WebPlatform
The Guise attribute indicating the content type of an element's contents.
ATTRIBUTE_PATCH_TYPE - Static variable in interface io.guise.framework.platform.web.WebPlatform
The Guise attribute indicating the type of patching that should occur.
ATTRIBUTE_PATCH_TYPE_NO_VALUE - Static variable in interface io.guise.framework.platform.web.WebPlatform
The Guise attribute value indicating that no patching should occur on the value.
ATTRIBUTE_PATCH_TYPE_NONE - Static variable in interface io.guise.framework.platform.web.WebPlatform
The Guise attribute value indicating that no patching should occur.
ATTRIBUTE_PATCH_TYPE_TEMP - Static variable in interface io.guise.framework.platform.web.WebPlatform
The Guise attribute value indicating that the element is a temporary element that will be replaced later; functions just like "none" for patching except that this element will be removed from the original hierarchy.
Audio - Class in io.guise.framework.audio
Audio that can be played.
Audio() - Constructor for class io.guise.framework.audio.Audio
Default constructor.
Audio(URI, MediaType) - Constructor for class io.guise.framework.audio.Audio
Audio URI constructor.
AUDIO_MEDIA_TYPE_PROPERTY - Static variable in class io.guise.framework.audio.Audio
The bound property of the audio content type.
AUDIO_PAUSE - Enum constant in enum io.guise.framework.platform.web.WebAudioDepictor.AudioCommand
The command to pause the audio.
AUDIO_PLAY - Enum constant in enum io.guise.framework.platform.web.WebAudioDepictor.AudioCommand
The command to start the audio.
AUDIO_POSITION - Enum constant in enum io.guise.framework.platform.web.WebAudioDepictor.AudioCommand
The command to set the position of the audio.
AUDIO_STOP - Enum constant in enum io.guise.framework.platform.web.WebAudioDepictor.AudioCommand
The command to stop the audio.
AUDIO_URI_PROPERTY - Static variable in class io.guise.framework.audio.Audio
The bound property of the audio URI.
Audio.Depictor<A extends Audio> - Interface in io.guise.framework.audio
The custom depictor type for audio.
authenticated(HttpServletRequest, URI, String, String, Principal, String, AuthenticateCredentials, boolean) - Method in class io.guise.framework.platform.web.GuiseHTTPServlet
AUTO_COMMIT_PATTERN_PROPERTY - Static variable in class io.guise.framework.component.AbstractTextControl
The auto commit pattern bound property.
AUTO_SELECT_PROPERTY - Static variable in interface io.guise.framework.component.SelectActionControl
The auto-select bound property.
AutoNavigationPathBreadcrumbLinkPanel - Class in io.guise.framework.component
A panel displaying a navigation path as a series of breadcrumb links for the path segments.
AutoNavigationPathBreadcrumbLinkPanel() - Constructor for class io.guise.framework.component.AutoNavigationPathBreadcrumbLinkPanel
Default constructor with a default horizontal flow layout.
AutoNavigationPathBreadcrumbLinkPanel(URIPath) - Constructor for class io.guise.framework.component.AutoNavigationPathBreadcrumbLinkPanel
Navigation path constructor with a default horizontal flow layout.
AutoNavigationPathBreadcrumbLinkPanel(Layout<?>) - Constructor for class io.guise.framework.component.AutoNavigationPathBreadcrumbLinkPanel
Layout constructor.
AutoNavigationPathBreadcrumbLinkPanel(Layout<?>, URIPath) - Constructor for class io.guise.framework.component.AutoNavigationPathBreadcrumbLinkPanel
Layout and URI constructor.
Axis - Enum in io.guise.framework.geometry
Indicates an absolute axis; for example, a direction of layout.
AXIS_PROPERTY - Static variable in class io.guise.framework.component.TabContainerControl
The axis bound property.
AXIS_PROPERTY - Static variable in class io.guise.framework.component.TabControl
The axis bound property.
AXIS_X_CLASS - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class indicating the X axis.
AXIS_Y_CLASS - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class indicating the Y axis.
AXIS_Z_CLASS - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class indicating the Z axis.
AZURE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.

B

BACK - Enum constant in enum io.guise.framework.geometry.Side
The front side.
BACKGROUND_COLOR_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the background color.
BACKSPACE - Enum constant in enum io.guise.framework.input.Key
Key definition
BACKSPACE - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
BAIDU - Enum constant in enum io.guise.framework.platform.web.WebUserAgentProduct.Brand
The Baidu spider.
BaseURIStringLiteralConverter - Class in io.guise.framework.converter
A URI converter that resolves relative URIs to some base URI.
BaseURIStringLiteralConverter(URI) - Constructor for class io.guise.framework.converter.BaseURIStringLiteralConverter
Base URI constructor.
beginModalNavigation(ModalNavigationPanel<?>, ModalNavigation) - Method in class io.guise.framework.AbstractGuiseSession
 
beginModalNavigation(ModalNavigationPanel<?>, ModalNavigation) - Method in interface io.guise.framework.GuiseSession
Begins modal interaction for a particular modal panel.
beginModalNavigation(GuiseApplication, GuiseSession, ModalNavigation) - Method in class io.guise.framework.platform.web.GuiseHTTPServlet
Begins modal navigation based upon modal navigation information.
beginRegion(RegionLayout, RegionConstraints, Orientation) - Method in class io.guise.framework.platform.web.AbstractWebLayoutComponentDepictor
Writes an XHTML style attribute for the given region, if style information is needed for that region.
beginRegion(RegionLayout, RegionConstraints, Orientation, boolean, boolean) - Method in class io.guise.framework.platform.web.AbstractWebLayoutComponentDepictor
Writes an XHTML style attribute for the given region, if style information is needed for that region.
BEIGE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
bind(Input, Input) - Method in class io.guise.framework.input.BindingInputStrategy
Binds the given input to other input.
bind(Input, ActionModel) - Method in class io.guise.framework.input.BindingInputStrategy
Binds the given input to an action.
BindingInputStrategy - Class in io.guise.framework.input
An input strategy based upon input bindings between input and other input or actions.
BindingInputStrategy() - Constructor for class io.guise.framework.input.BindingInputStrategy
Default constructor with no parent.
BindingInputStrategy(InputStrategy) - Constructor for class io.guise.framework.input.BindingInputStrategy
Parent constructor.
BISQUE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
BLACK - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
BLANCHE_DALMOND - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
BLANK_MP3_PATH - Static variable in interface io.guise.framework.platform.web.WebPlatform
The path of the blank MP3 file, relative to the application.
BLUE - Enum constant in enum io.guise.framework.style.RGBColor.Component
Blue component.
BLUE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
BLUE_VIOLET - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
BODY_END_PATTERN - Static variable in class io.guise.framework.platform.web.AbstractWebComponentDepictor
The pattern matching the HTML body end tag.
BODY_START_PATTERN - Static variable in class io.guise.framework.platform.web.AbstractWebComponentDepictor
The pattern matching the HTML body start tag.
Bookmark - Class in io.guise.framework
An identification of a saved state at a navigation point.
Bookmark(Bookmark.Parameter...) - Constructor for class io.guise.framework.Bookmark
Parameter array constructor.
Bookmark(CharSequence) - Constructor for class io.guise.framework.Bookmark
String constructor.
Bookmark(List<Bookmark.Parameter>) - Constructor for class io.guise.framework.Bookmark
Parameter list constructor.
BOOKMARK_ENABLED_PROPERTY - Static variable in interface io.guise.framework.component.Component
The bound property of whether the component has bookmarks enabled.
Bookmark.Parameter - Class in io.guise.framework
A bookmark parameter name/value pair.
BooleanSelectButton - Class in io.guise.framework.component
Button that stores a Boolean value in its model representing the selected state.
BooleanSelectButton() - Constructor for class io.guise.framework.component.BooleanSelectButton
Default constructor.
BooleanSelectButton(InfoModel, ActionModel, ValueModel<Boolean>, Enableable) - Constructor for class io.guise.framework.component.BooleanSelectButton
Info model, action model, value model, and enableable object constructor.
BooleanSelectButton(ValuePrototype<Boolean>) - Constructor for class io.guise.framework.component.BooleanSelectButton
Prototype constructor.
BooleanSelectLink - Class in io.guise.framework.component
Link that stores a Boolean value in its model representing the selected state.
BooleanSelectLink() - Constructor for class io.guise.framework.component.BooleanSelectLink
Default constructor.
BooleanSelectLink(InfoModel, ActionModel, ValueModel<Boolean>, Enableable) - Constructor for class io.guise.framework.component.BooleanSelectLink
Info model, action model, value model, and enableable object constructor.
BooleanSelectLink(ValuePrototype<Boolean>) - Constructor for class io.guise.framework.component.BooleanSelectLink
Prototype constructor.
BooleanSelectToolButton - Class in io.guise.framework.component
Button that stores a Boolean value in its model representing the selected state.
BooleanSelectToolButton() - Constructor for class io.guise.framework.component.BooleanSelectToolButton
Default constructor.
BooleanSelectToolButton(InfoModel, ActionModel, ValueModel<Boolean>, Enableable) - Constructor for class io.guise.framework.component.BooleanSelectToolButton
Info model, action model, value model, and enableable object constructor.
BooleanSelectToolButton(ValuePrototype<Boolean>) - Constructor for class io.guise.framework.component.BooleanSelectToolButton
Prototype constructor.
BooleanStringLiteralConverter - Class in io.guise.framework.converter
A converter that converts a Boolean from and to a string literal.
BooleanStringLiteralConverter() - Constructor for class io.guise.framework.converter.BooleanStringLiteralConverter
 
BooleanValueControlSelectControl<V> - Class in io.guise.framework.component
A list select control that uses child components to show the list items.
BooleanValueControlSelectControl(ListSelectModel<V>) - Constructor for class io.guise.framework.component.BooleanValueControlSelectControl
List select model constructor with a FlowLayout with Flow.PAGE flow.
BooleanValueControlSelectControl(ListSelectModel<V>, Layout<?>) - Constructor for class io.guise.framework.component.BooleanValueControlSelectControl
List select model and layout constructor.
BooleanValueControlSelectControl(ListSelectModel<V>, Layout<?>, ListSelectControl.ValueRepresentationStrategy<V>) - Constructor for class io.guise.framework.component.BooleanValueControlSelectControl
List select model, layout, and value representation strategy constructor.
BooleanValueControlSelectControl(ListSelectModel<V>, ListSelectControl.ValueRepresentationStrategy<V>) - Constructor for class io.guise.framework.component.BooleanValueControlSelectControl
List select model and value representation strategy constructor with a FlowLayout with Flow.PAGE flow.
BooleanValueControlSelectControl(Class<V>) - Constructor for class io.guise.framework.component.BooleanValueControlSelectControl
Value class constructor with a default data model to represent a given type with multiple selection and a FlowLayout with Flow.PAGE flow.
BooleanValueControlSelectControl(Class<V>, Layout<?>) - Constructor for class io.guise.framework.component.BooleanValueControlSelectControl
Value class and layout constructor with a default data model to represent a given type with multiple selection.
BooleanValueControlSelectControl(Class<V>, Layout<?>, ListSelectControl.ValueRepresentationStrategy<V>) - Constructor for class io.guise.framework.component.BooleanValueControlSelectControl
Value class, layout, and value representation strategy constructor with a default data model to represent a given type with multiple selection.
BooleanValueControlSelectControl(Class<V>, ListSelectControl.ValueRepresentationStrategy<V>) - Constructor for class io.guise.framework.component.BooleanValueControlSelectControl
Value class and value representation strategy constructor with a default data model to represent a given type with multiple selection and a FlowLayout with Flow.PAGE flow.
BooleanValueControlSelectControl(Class<V>, ListSelectionPolicy<V>) - Constructor for class io.guise.framework.component.BooleanValueControlSelectControl
Value class and selection strategy constructor with a default data model to represent a given type and a FlowLayout with Flow.PAGE flow.
BooleanValueControlSelectControl(Class<V>, ListSelectionPolicy<V>, Layout<?>) - Constructor for class io.guise.framework.component.BooleanValueControlSelectControl
Value class, selection strategy, and layout constructor with a default data model to represent a given type.
BooleanValueControlSelectControl(Class<V>, ListSelectionPolicy<V>, Layout<?>, ListSelectControl.ValueRepresentationStrategy<V>) - Constructor for class io.guise.framework.component.BooleanValueControlSelectControl
Value class, selection strategy, layout, and value representation strategy constructor with a default data model to represent a given type.
BooleanValueControlSelectControl(Class<V>, ListSelectionPolicy<V>, ListSelectControl.ValueRepresentationStrategy<V>) - Constructor for class io.guise.framework.component.BooleanValueControlSelectControl
Value class, selection strategy, and value representation strategy constructor with a default data model to represent a given type and a FlowLayout with Flow.PAGE flow.
Border - Enum in io.guise.framework.component.layout
The points at which the four logical flows end.
BORDER_LINE_FAR_COLOR_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the line far border color.
BORDER_LINE_FAR_EXTENT_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the line far border extent.
BORDER_LINE_FAR_STYLE_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the line far border style.
BORDER_LINE_NEAR_COLOR_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the line near border color.
BORDER_LINE_NEAR_EXTENT_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the line near border extent.
BORDER_LINE_NEAR_STYLE_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the line near border style.
BORDER_PAGE_FAR_COLOR_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the page far border color.
BORDER_PAGE_FAR_EXTENT_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the page far border extent.
BORDER_PAGE_FAR_STYLE_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the page far border style.
BORDER_PAGE_NEAR_COLOR_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the page near border color.
BORDER_PAGE_NEAR_EXTENT_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the page near border extent.
BORDER_PAGE_NEAR_STYLE_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the page near border style.
BorderLineFarColor() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
BorderLineFarColor() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the border color of the line far page near border.
BorderLineFarExtent() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
BorderLineFarExtent() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the border extent of the line far page near border.
BorderLineFarStyle() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
BorderLineFarStyle() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the border style of the line far page near border.
BorderLineNearColor() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
Returns the border color of the line near page near border.
BorderLineNearColor() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the border color of the line near page near border.
BorderLineNearExtent() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
BorderLineNearExtent() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the border extent of the line near page near border.
BorderLineNearStyle() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
BorderLineNearStyle() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the border style of the line near page near border.
BorderPageFarColor() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
BorderPageFarColor() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the border color of the line far page far border.
BorderPageFarExtent() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
BorderPageFarExtent() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the border extent of the line far page far border.
BorderPageFarStyle() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
BorderPageFarStyle() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the border style of the line far page far border.
BorderPageNearColor() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
BorderPageNearColor() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the border color of the line near page far border.
BorderPageNearExtent() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
BorderPageNearExtent() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the border extent of the line near page far border.
BorderPageNearStyle() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
BorderPageNearStyle() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the border style of the line near page far border.
BOTTOM - Enum constant in enum io.guise.framework.geometry.Side
The bottom side.
BOTTOM_TO_TOP - Enum constant in enum io.guise.framework.component.layout.FlowOrientation
Box - Interface in io.guise.framework.component
Rectangular components that are laid out.
BrandedProduct<BRAND extends Enum<BRAND> & BrandedProduct.Brand> - Interface in io.guise.framework.platform
The identification of a branded product, such as a user agent or a plugin, on the platform.
BrandedProduct.Brand - Interface in io.guise.framework.platform
The individual brand of the product.
Breadcrumb - Class in io.guise.framework
Encapsulates navigation information for particular location, such as the segment of a navigation URI.
Breadcrumb(URIPath) - Constructor for class io.guise.framework.Breadcrumb
Navigation path constructor.
Breadcrumb(URIPath, String) - Constructor for class io.guise.framework.Breadcrumb
Navigation path and Label constructor.
Breadcrumb(URIPath, String, URI) - Constructor for class io.guise.framework.Breadcrumb
Navigation path, label, and glyph URI constructor.
BROWN - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
browse() - Method in class io.guise.framework.platform.PlatformFileCollector
Requests that the user be presented a dialog for browsing files.
browse() - Method in interface io.guise.framework.platform.PlatformFileCollector.Depictor
Requests that user be displayed a dialog for browsing files.
browse() - Method in class io.guise.framework.platform.web.AbstractWebPlatformFileCollectorDepictor
 
BURLY_WOOD - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
BUSY_ID_SEGMENT - Static variable in class io.guise.framework.platform.web.WebApplicationFrameDepictor
The ID segment for the busy information.
BusyPanel - Class in io.guise.framework.component
The default panel used to indicate Guise busy status.
BusyPanel() - Constructor for class io.guise.framework.component.BusyPanel
Default constructor.
Button - Class in io.guise.framework.component
Control with an action model rendered as a button.
Button - Enum in io.guise.framework.platform.web
A button on a mouse as reported by a browser's Event.button property.
Button() - Constructor for class io.guise.framework.component.Button
Default constructor.
Button(InfoModel, ActionModel, Enableable) - Constructor for class io.guise.framework.component.Button
Info model, action model, and enableable object constructor.
Button(ActionPrototype) - Constructor for class io.guise.framework.component.Button
Prototype constructor.
Button(String) - Constructor for class io.guise.framework.component.Button
Label constructor.
Button(String, URI) - Constructor for class io.guise.framework.component.Button
Label and icon constructor.
ButtonControl - Interface in io.guise.framework.component
An action control with button behavior, including a "push" user interface.

C

CACHED_IMAGE_QUERY_PROPERTY - Static variable in class io.guise.framework.model.CachedImageModel
The cached image query bound property.
CACHED_IMAGE_URI_PROPERTY - Static variable in class io.guise.framework.model.CachedImageModel
The cached image URI bound property.
CachedDocument(String, Document) - Constructor for class io.guise.framework.platform.web.WebTextBoxDepictor.CachedDocument
Text and XML document constructor.
CachedImageListener() - Constructor for class io.guise.framework.model.CachedImageModel.CachedImageListener
 
CachedImageModel<Q,V> - Class in io.guise.framework.model
An image model that can initiate retrieval of an image from a cache and update the image when fetching succeeds.
CachedImageModel(Cache<Q, V>) - Constructor for class io.guise.framework.model.CachedImageModel
Cache constructor.
CachedImageModel(Cache<Q, V>, URI) - Constructor for class io.guise.framework.model.CachedImageModel
Cached image URI constructor.
CachedImageModel.CachedImageListener - Class in io.guise.framework.model
A listener that changes the image URI when the an image is fetched into the cache.
CADET_BLUE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
CalendarControl - Class in io.guise.framework.component
Control that allows selection of a date.
CalendarControl() - Constructor for class io.guise.framework.component.CalendarControl
Default constructor with a default data model.
CalendarControl(ValueModel<Date>) - Constructor for class io.guise.framework.component.CalendarControl
Value model constructor.
CalendarControl.DayRepresentationStrategy - Class in io.guise.framework.component
A cell representation strategy for calendar days.
CalendarDialogFrame - Class in io.guise.framework.component
A dialog frame meant for accepting entry of a date.
CalendarDialogFrame() - Constructor for class io.guise.framework.component.CalendarDialogFrame
Default constructor with no date.
CalendarDialogFrame(ValueModel<Date>) - Constructor for class io.guise.framework.component.CalendarDialogFrame
Value model constructor.
CalendarDialogFrame(Date) - Constructor for class io.guise.framework.component.CalendarDialogFrame
Default date constructor.
CalendarMonthTableModel - Class in io.guise.framework.model
A table model representing the days of a calendar month.
CalendarMonthTableModel() - Constructor for class io.guise.framework.model.CalendarMonthTableModel
Default constructor for current month using the current date.
CalendarMonthTableModel(Date) - Constructor for class io.guise.framework.model.CalendarMonthTableModel
Date constructor.
CalendarMonthTableModel.WeekDayTableColumnModel - Class in io.guise.framework.model
A day-of-week column in a calendar month table.
CalendarStringLiteralConverter - Class in io.guise.framework.converter
An object that can convert a calendar from and to a string.
CalendarStringLiteralConverter(DateStringLiteralStyle) - Constructor for class io.guise.framework.converter.CalendarStringLiteralConverter
Date style constructor with no time style.
CalendarStringLiteralConverter(DateStringLiteralStyle, TimeStringLiteralStyle) - Constructor for class io.guise.framework.converter.CalendarStringLiteralConverter
Date style and time style constructor.
cancel() - Method in interface io.guise.framework.component.ResourceCollectControl.Depictor
Requests that resource collection be canceled.
cancel() - Method in class io.guise.framework.component.SequenceCardPanel
Cancels the sequence.
cancel() - Method in interface io.guise.framework.platform.PlatformFile
Cancels the current upload or download.
cancel() - Method in class io.guise.framework.platform.PlatformFileUploadTask
Cancels the task.
cancel() - Method in class io.guise.framework.platform.web.WebPlatformFile
 
cancel() - Method in class io.guise.framework.platform.web.WebResourceCollectDepictor
 
cancel(PlatformFile) - Method in class io.guise.framework.platform.PlatformFileCollector
Cancels a platform file upload or download.
cancel(PlatformFile) - Method in interface io.guise.framework.platform.PlatformFileCollector.Depictor
Cancels a platform file upload or download.
cancel(PlatformFile) - Method in class io.guise.framework.platform.web.AbstractWebPlatformFileCollectorDepictor
 
CANCEL - Enum constant in enum io.guise.framework.input.Key
Key definition
CANCEL - Enum constant in enum io.guise.framework.model.Notification.Option
Cancel.
cancelReceive() - Method in class io.guise.framework.component.ResourceCollectControl
Cancels any currently occurring resource transfers.
canClose() - Method in class io.guise.framework.component.AbstractApplicationFrame
 
canClose() - Method in class io.guise.framework.component.AbstractFrame
 
canClose() - Method in interface io.guise.framework.component.Frame
Determines whether the frame should be allowed to close.
canImportTransfer(C, Transferable<?>) - Method in interface io.guise.framework.component.transfer.ImportStrategy
Determines whether this strategy can import the given transferable object.
canSubstitute(HttpServletRequest, URI, URI) - Method in class io.guise.framework.platform.web.GuiseHTTPServlet
canTransfer(MediaType) - Method in class io.guise.framework.component.transfer.AbstractObjectTransferable
Determines whether this transferable can transfer data with the given content type.
canTransfer(MediaType) - Method in class io.guise.framework.component.transfer.AbstractTransferable
Determines whether this transferable can transfer data with the given content type.
canTransfer(MediaType) - Method in interface io.guise.framework.component.transfer.Transferable
Determines whether this transferable can transfer data with the given content type.
canTransition(int) - Method in interface io.guise.framework.model.SequenceTransitionable
Determines whether transition can occur to the given relative index.
CAPS_LOCK - Enum constant in enum io.guise.framework.input.Key
Key definition
CARD_PROPERTY - Static variable in class io.guise.framework.coupler.AbstractCardCoupler
The bound property of the connected card.
CardConstraints - Class in io.guise.framework.component.layout
Constraints on an individual component in a card layout.
CardConstraints() - Constructor for class io.guise.framework.component.layout.CardConstraints
Default constructor.
CardConstraints(boolean) - Constructor for class io.guise.framework.component.layout.CardConstraints
Enabled constructor.
CardConstraints(InfoModel) - Constructor for class io.guise.framework.component.layout.CardConstraints
Info model constructor.
CardConstraints(InfoModel, boolean) - Constructor for class io.guise.framework.component.layout.CardConstraints
Info model and enabled constructor.
CardConstraints(String) - Constructor for class io.guise.framework.component.layout.CardConstraints
Label constructor.
CardConstraints(String, boolean) - Constructor for class io.guise.framework.component.layout.CardConstraints
Label and enabled constructor.
CardContainer - Interface in io.guise.framework.component
Container that uses a card layout.
CardControl - Interface in io.guise.framework.component
A card container that contains a list select model providing access to the cards.
CardLayout - Class in io.guise.framework.component.layout
A layout that manages child components as an ordered stack of cards.
CardLayout() - Constructor for class io.guise.framework.component.layout.CardLayout
 
CardPanel - Class in io.guise.framework.component
A panel with a card layout.
CardPanel() - Constructor for class io.guise.framework.component.CardPanel
Default constructor.
CardPanel(CardLayout) - Constructor for class io.guise.framework.component.CardPanel
Layout constructor.
CardRepresentationStrategy(CardLayout) - Constructor for class io.guise.framework.component.CardTabControl.CardRepresentationStrategy
Card layout constructor.
CARDS_PROPERTY - Static variable in class io.guise.framework.coupler.AbstractCardCoupler
The bound property of the connected cards.
CardTabControl - Class in io.guise.framework.component
Convenience tab control that automatically controls the selected card of a card control.
CardTabControl(CardControl, Flow) - Constructor for class io.guise.framework.component.CardTabControl
Card control and axis constructor.
CardTabControl(CardControl, Flow, int) - Constructor for class io.guise.framework.component.CardTabControl
Card control, axis, and maximum tab count constructor.
CardTabControl(CardControl, ListSelectControl.ValueRepresentationStrategy<Component>, Flow) - Constructor for class io.guise.framework.component.CardTabControl
Card control, value representation strategy, and axis constructor.
CardTabControl(CardControl, ListSelectControl.ValueRepresentationStrategy<Component>, Flow, int) - Constructor for class io.guise.framework.component.CardTabControl
Card control, value representation strategy, axis, and maximum tab count constructor.
CardTabControl.CardRepresentationStrategy - Class in io.guise.framework.component
A value representation strategy for representing cards.
Category - Class in io.guise.framework
A general category used in Guise.
Category(String) - Constructor for class io.guise.framework.Category
Constructor for a category with the same ID and name.
Category(String, String) - Constructor for class io.guise.framework.Category
Constructor specifying the ID and name.
Cell(int, TableColumnModel<C>) - Constructor for class io.guise.framework.model.TableModel.Cell
Row and column constructor
CellComponentState(Component, boolean) - Constructor for class io.guise.framework.component.Table.CellComponentState
Constructor
CENTER - Enum constant in enum io.guise.framework.component.layout.Region
In the center of the area.
CENTIMETER - Enum constant in enum io.guise.framework.geometry.Unit
Centimeters.
CHANGE - Enum constant in enum io.guise.framework.platform.web.WebPlatformEventType
A property change on a component.
CharArrayStringLiteralConverter - Class in io.guise.framework.converter
A converter that converts a char[] from and to a string literal.
CharArrayStringLiteralConverter() - Constructor for class io.guise.framework.converter.CharArrayStringLiteralConverter
 
CHARTREUSE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
CHECK_TYPE_PROPERTY - Static variable in class io.guise.framework.component.CheckControl
The check type bound property.
checkBearing(BigDecimal) - Static method in enum io.guise.framework.geometry.CompassPoint
Checks to ensure that the given bearing is valid.
checkComponentValue(double) - Static method in class io.guise.framework.style.AbstractModeledColor
Checks the range of a given color component.
CheckControl - Class in io.guise.framework.component
Control accepting boolean input rendered as a check, either a checked square or a circle.
CheckControl() - Constructor for class io.guise.framework.component.CheckControl
Default constructor with a default info model and a default value model.
CheckControl(CheckControl.CheckType) - Constructor for class io.guise.framework.component.CheckControl
Check type constructor with a default info model and value model.
CheckControl(InfoModel) - Constructor for class io.guise.framework.component.CheckControl
Info model constructor.
CheckControl(InfoModel, ValueModel<Boolean>) - Constructor for class io.guise.framework.component.CheckControl
Info model and value model constructor.
CheckControl(InfoModel, ValueModel<Boolean>, CheckControl.CheckType) - Constructor for class io.guise.framework.component.CheckControl
Info model, value model and check type constructor.
CheckControl(InfoModel, ValueModel<Boolean>, Enableable, CheckControl.CheckType) - Constructor for class io.guise.framework.component.CheckControl
Info model, value model, enableable object, and check type constructor.
CheckControl(ValueModel<Boolean>) - Constructor for class io.guise.framework.component.CheckControl
Value model constructor.
CheckControl(ValueModel<Boolean>, CheckControl.CheckType) - Constructor for class io.guise.framework.component.CheckControl
Value model and check type constructor.
CheckControl(ValuePrototype<Boolean>) - Constructor for class io.guise.framework.component.CheckControl
Prototype constructor.
CheckControl(String) - Constructor for class io.guise.framework.component.CheckControl
Label constructor.
CheckControl(String, URI) - Constructor for class io.guise.framework.component.CheckControl
Label and icon constructor.
CheckControl.CheckType - Enum in io.guise.framework.component
The type of check area to present to the user.
checkInstalled() - Method in class io.guise.framework.AbstractGuiseApplication
 
checkInstalled() - Method in interface io.guise.framework.GuiseApplication
Checks to ensure that this application is installed.
checkNotInstalled() - Method in class io.guise.framework.AbstractGuiseApplication
Checks to ensure that this application is not installed.
CHILD - Enum constant in enum io.guise.framework.platform.web.css.Combinator
Child.
childComponentAdded(ComponentEvent) - Method in interface io.guise.framework.event.CompositeComponentListener
Called when a child component is added to a composite component.
childComponentAdded(ComponentEvent) - Method in class io.guise.framework.platform.AbstractComponentDepictor.DepictedCompositeComponentListener
 
childComponentRemoved(ComponentEvent) - Method in interface io.guise.framework.event.CompositeComponentListener
Called when a child component is removed from a composite component.
childComponentRemoved(ComponentEvent) - Method in class io.guise.framework.platform.AbstractComponentDepictor.DepictedCompositeComponentListener
 
childComponentValidPropertyChanged(Component, boolean, boolean) - Method in class io.guise.framework.component.AbstractCompositeComponent
Called when the Component.VALID_PROPERTY of a child component changes.
childComponentValidPropertyChanged(Component, boolean, boolean) - Method in class io.guise.framework.component.SequenceCardPanel
Called when the Component.VALID_PROPERTY of a child component changes.
childPropertyChangeListener - Variable in class io.guise.framework.platform.AbstractComponentDepictor
The listener that listens for the change of a child's property, such as a value model's value, and marks the view as dirty.
CHOCOLATE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
CKEDITOR - Enum constant in enum io.guise.framework.platform.web.WebPlatform.HTMLEditor
 
CKEDITOR_JAVASCRIPT_PATH - Static variable in interface io.guise.framework.platform.web.WebPlatform
The path of the CKEditor JavaScript file, relative to the application.
CKEDITOR_MIN_JAVASCRIPT_PATH - Static variable in interface io.guise.framework.platform.web.WebPlatform
The path of the compressed CKEditor JavaScript file, relative to the application.
CKEDITOR_VERSION - Static variable in interface io.guise.framework.platform.web.WebPlatform
The version of CKEditor in use.
ClassSelector - Class in io.guise.framework.platform.web.css
A class simple selector.
ClassSelector(String) - Constructor for class io.guise.framework.platform.web.css.ClassSelector
Class name constructor.
clear() - Method in class io.guise.framework.component.AbstractContainer
 
clear() - Method in class io.guise.framework.component.AbstractListSelectControl
 
clear() - Method in interface io.guise.framework.component.Container
Removes all of the components from this container.
clear() - Method in class io.guise.framework.model.DefaultListSelectModel
 
clear() - Method in class io.guise.framework.model.DefaultTreeNodeModel
 
clear() - Method in class io.guise.framework.model.DynamicTreeNodeModel
Removes all of the child tree nodes from this tree node.
clear() - Method in interface io.guise.framework.model.TreeNodeModel
Removes all of the child tree nodes from this tree node.
clear() - Method in exception io.guise.framework.validator.ValidationsException
 
CLEAR - Enum constant in enum io.guise.framework.input.Key
Key definition
clearColumns() - Method in class io.guise.framework.model.AbstractTableModel
Clears all columns from the table.
clearComponentStates() - Method in class io.guise.framework.component.AbstractCompositeStateComponent
Removes all child component states.
clearDepictText() - Method in class io.guise.framework.platform.AbstractTextDepictContext
 
clearDepictText() - Method in class io.guise.framework.platform.AbstractXMLDepictContext
 
clearDepictText() - Method in interface io.guise.framework.platform.TextDepictContext
Clears all data collected for depiction.
clearRequestedNavigation() - Method in class io.guise.framework.AbstractGuiseSession
 
clearRequestedNavigation() - Method in interface io.guise.framework.GuiseSession
Removes any requests for navigation.
clearResourcePaths() - Method in class io.guise.framework.component.ResourceCollectControl
Clears all resource paths.
clearValue() - Method in class io.guise.framework.component.AbstractActionValueControl
 
clearValue() - Method in class io.guise.framework.component.AbstractContainerValueControl
 
clearValue() - Method in class io.guise.framework.component.AbstractDialogFrame
 
clearValue() - Method in class io.guise.framework.component.AbstractLayoutValueControl
 
clearValue() - Method in class io.guise.framework.component.AbstractListSelectContainerControl
 
clearValue() - Method in class io.guise.framework.component.AbstractListSelectControl
 
clearValue() - Method in class io.guise.framework.component.AbstractValueControl
 
clearValue() - Method in class io.guise.framework.component.layout.AbstractValueLayout
Clears the value by setting the value to null, which may be invalid according to any installed validators.
clearValue() - Method in class io.guise.framework.model.DefaultListSelectModel
 
clearValue() - Method in class io.guise.framework.model.DefaultValueModel
 
clearValue() - Method in interface io.guise.framework.model.ValueModel
Clears the value by setting the value to null, which may be invalid according to any installed validators.
clearValues() - Method in class io.guise.framework.component.PasswordAuthenticationPanel
Clears the username and password values.
ClientProduct - Interface in io.guise.framework.platform
The identification of the client software accessing Guise on the platform.
clone() - Method in class io.guise.framework.Bookmark
 
close() - Method in class io.guise.framework.component.AbstractFrame
 
close() - Method in interface io.guise.framework.component.Frame
Closes the frame.
CLOSE_ACTION_CONTROL - Enum constant in enum io.guise.framework.component.AbstractFrame.FrameComponent
The control that provides a way of closing the frame.
CLOSE_ACTION_CONTROL_PROPERTY - Static variable in interface io.guise.framework.component.Frame
The close action control bound property.
CLOSED - Enum constant in enum io.guise.framework.component.Frame.State
The frame is closed.
closeFlyover() - Method in class io.guise.framework.component.AbstractComponent.AbstractFlyoverFrameStrategy
Closes the flyover for the component.
closeFlyover() - Method in interface io.guise.framework.component.Component.FlyoverStrategy
Closes the flyover for the component.
closeImpl() - Method in class io.guise.framework.component.AbstractFrame
Implementation of frame closing.
CollectionEvent<E> - Class in io.guise.framework.event
An event indicating a collection has been modified.
CollectionEvent(Object) - Constructor for class io.guise.framework.event.CollectionEvent
Source constructor for general collection modification.
CollectionEvent(Object, E, E) - Constructor for class io.guise.framework.event.CollectionEvent
Source constructor for an added and/or removed element.
Color - Interface in io.guise.framework.style
Representation of a color.
COLOR_SELECTED_BACKGROUND - Static variable in class io.guise.framework.theme.Theme
Standard theme color.
COLUMN_COUNT_PROPERTY - Static variable in class io.guise.framework.component.AbstractTextControl
The column count bound property.
COLUMN_LABEL_DATE_STYLE_PROPERTY - Static variable in class io.guise.framework.model.CalendarMonthTableModel
The column style bound property.
COLUMN_REGION_CLASSES - Static variable in class io.guise.framework.platform.web.AbstractWebLayoutComponentDepictor
The style classes for each region in a column.
ColumnUIModel() - Constructor for class io.guise.framework.component.Table.ColumnUIModel
 
Combinator - Enum in io.guise.framework.platform.web.css
A combinator separating sequences of simple selectors.
Command - Interface in io.guise.framework.input
A command that can be used as input.
commanded(CommandEvent) - Method in interface io.guise.framework.event.CommandListener
Called when a command is invoked.
CommandEvent - Class in io.guise.framework.event
A focused event providing information on an input user command.
CommandEvent(Object, CommandEvent) - Constructor for class io.guise.framework.event.CommandEvent
Copy constructor that specifies a different source.
CommandEvent(Object, Command) - Constructor for class io.guise.framework.event.CommandEvent
Command constructor.
CommandEvent(Object, CommandInput) - Constructor for class io.guise.framework.event.CommandEvent
Command input constructor.
CommandInput - Class in io.guise.framework.input
User input in the form of a command.
CommandInput(Command) - Constructor for class io.guise.framework.input.CommandInput
Command constructor.
CommandListener - Interface in io.guise.framework.event
An object that listens for commands.
commit() - Method in class io.guise.framework.component.SequenceCardPanel
Commits the data.
commit() - Method in interface io.guise.framework.model.Commitable
Commits the data.
Commitable - Interface in io.guise.framework.model
An object that can commit come data.
compareTo(Extent) - Method in class io.guise.framework.geometry.Extent
compareTo(ClassSelector) - Method in class io.guise.framework.platform.web.css.ClassSelector
compareTo(IDSelector) - Method in class io.guise.framework.platform.web.css.IDSelector
compareTo(PseudoClass) - Method in class io.guise.framework.platform.web.css.PseudoClass
compareTo(TypeSelector) - Method in class io.guise.framework.platform.web.css.TypeSelector
compareTo(PrototypeProvision<P>) - Method in class io.guise.framework.prototype.PrototypeProvision
 
CompassPoint - Enum in io.guise.framework.geometry
Navigational directions.
Component - Interface in io.guise.framework.component
Base interface for all Guise components.
COMPONENT_BODY_CLASS_SUFFIX - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the body part of a component.
COMPONENT_CHILD_CLASS_SUFFIX - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for a single child of a component.
COMPONENT_CHILDREN_CLASS_SUFFIX - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the list of children of a component.
COMPONENT_CONTAINER_CLASS_SUFFIX - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the container part of a component.
COMPONENT_DESCRIPTION_CLASS_SUFFIX - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the description part of a component.
COMPONENT_ERROR_CLASS_SUFFIX - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the error part of a component.
COMPONENT_LABEL_CLASS_SUFFIX - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the label part of a component.
COMPONENT_LAYOUT_CLASS_SUFFIX - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the layout of a layout component.
COMPONENT_LINK_CLASS_SUFFIX - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class suffix for the link part of a component.
COMPONENT_REPRESENTATION_STRATEGY - Static variable in class io.guise.framework.component.AbstractListSelectContainerControl
The static representation strategy to represent component values as themselves.
Component.FlyoverStrategy<S extends Component> - Interface in io.guise.framework.component
A strategy for showing and hiding flyovers in response to mouse events.
componentConstraintsChanged(Component, Constraints, Constraints) - Method in class io.guise.framework.component.layout.AbstractLayout
Indicates that the constraints for a component have changed.
componentConstraintsChanged(Component, Constraints, Constraints) - Method in class io.guise.framework.component.layout.ReferenceLayout
Indicates that the constraints for a component have changed.
ComponentDepictor<C extends Component> - Interface in io.guise.framework.platform
A strategy for depicting components on some platform.
ComponentDestination - Class in io.guise.framework
Default implementation of a navigation point based upon a component.
ComponentDestination(URIPath, Class<? extends Component>) - Constructor for class io.guise.framework.ComponentDestination
Path and component constructor with no style specified.
ComponentDestination(URIPath, Class<? extends Component>, URI) - Constructor for class io.guise.framework.ComponentDestination
Path, component, and style constructor.
ComponentDestination(Pattern, Class<? extends Component>) - Constructor for class io.guise.framework.ComponentDestination
Path pattern and component constructor with no style specified.
ComponentDestination(Pattern, Class<? extends Component>, URI) - Constructor for class io.guise.framework.ComponentDestination
Path pattern, component, and style constructor.
ComponentEvent - Class in io.guise.framework.event
An event relating to a component.
ComponentEvent(Object, Component) - Constructor for class io.guise.framework.event.ComponentEvent
Source and component constructor.
ComponentEvent(Object, ComponentEvent) - Constructor for class io.guise.framework.event.ComponentEvent
Copy constructor that specifies a different source.
ComponentEvent(Object, Object, Component) - Constructor for class io.guise.framework.event.ComponentEvent
Source, target, and component constructor.
ComponentFactory<V,C extends Component> - Interface in io.guise.framework.component
Indicates a class that can provide a component to represent some value.
ComponentNavigationModel - Class in io.guise.framework.model
A navigation model that retrieves its navigation path dynamically from the indicated component.
ComponentNavigationModel(Component) - Constructor for class io.guise.framework.model.ComponentNavigationModel
Component constructor.
ComponentRepresentationStrategy() - Constructor for class io.guise.framework.component.AbstractListSelectContainerControl.ComponentRepresentationStrategy
 
Components - Class in io.guise.framework.component
Utility methods for working with components.
Components() - Constructor for class io.guise.framework.component.Components
 
ComponentState(Component) - Constructor for class io.guise.framework.component.AbstractCompositeStateComponent.ComponentState
Constructor
componentValueChangeListener - Variable in class io.guise.framework.component.BooleanValueControlSelectControl
The listener that detects changes to a child component's Boolean value and updates the control's selected values accordingly.
CompositeComponent - Interface in io.guise.framework.component
A component that can contain other components.
CompositeComponentListener - Interface in io.guise.framework.event
An object that listens for components being added to or removed from a composite component.
CONFIGURE_MENU_ORDER - Static variable in class io.guise.framework.prototype.PrototypeProvision
Top-level "Configure" menu order.
configureToolbar() - Method in class io.guise.framework.component.AbstractSequenceTaskPanel
Clears and the appropriate components to the toolbar based upon the current settings.
CONFIRM_DELAY - Static variable in class io.guise.framework.controller.SequenceTaskController
The length of time, in milliseconds, to wait for confirmation when applicable.
CONFIRM_NAVIGATION_PROPERTY - Static variable in class io.guise.framework.controller.SequenceTaskController
The bound property of whether navigation should be confirmed, of type Boolean.
constrain(Dimensions) - Method in class io.guise.framework.geometry.Dimensions
Constrains these inner dimensions within the given outer dimensions by scaling these dimensions so that no part lies outside the given outer dimensiona.
Constraints - Interface in io.guise.framework.component.layout
Constraint information about individual component layout.
CONSTRAINTS_PROPERTY - Static variable in interface io.guise.framework.component.Component
The bound property of the layout constraints.
ConstraintsPropertyChangeListener() - Constructor for class io.guise.framework.component.layout.AbstractLayout.ConstraintsPropertyChangeListener
 
consume() - Method in class io.guise.framework.event.AbstractInputEvent
 
consume() - Method in interface io.guise.framework.event.InputEvent
Consumes the input associated with this event.
Container - Interface in io.guise.framework.component
Component that allows for addition and removal of child components.
ContainerControl - Interface in io.guise.framework.component
A container that is also a control.
contains(Model) - Method in class io.guise.framework.model.AbstractModelGroup
 
contains(Model) - Method in interface io.guise.framework.model.ModelGroup
Determines whether this group contains the given model.
contains(Object) - Method in class io.guise.framework.component.AbstractContainer
 
contains(Object) - Method in class io.guise.framework.component.AbstractListCompositeComponent
Determines whether this component contains the given component.
contains(Object) - Method in class io.guise.framework.component.AbstractListSelectControl
 
contains(Object) - Method in interface io.guise.framework.component.Container
Determines whether this container contains the given component.
contains(Object) - Method in class io.guise.framework.model.DefaultListSelectModel
 
contains(Object) - Method in exception io.guise.framework.validator.ValidationsException
 
containsAll(Collection<?>) - Method in class io.guise.framework.component.AbstractListSelectContainerControl
 
containsAll(Collection<?>) - Method in class io.guise.framework.component.AbstractListSelectControl
 
containsAll(Collection<?>) - Method in class io.guise.framework.model.DefaultListSelectModel
 
containsAll(Collection<?>) - Method in exception io.guise.framework.validator.ValidationsException
 
CONTENT_COMPONENT - Enum constant in enum io.guise.framework.component.AbstractFrame.FrameComponent
The component, if any, that comprises the content of the frame.
CONTENT_COMPONENT - Enum constant in enum io.guise.framework.component.ScrollControl.ScrollComponent
Content component.
CONTENT_PROPERTY - Static variable in interface io.guise.framework.component.ContentComponent
The content bound property.
ContentComponent - Interface in io.guise.framework.component
A composite component that holds a child content component.
CONTEXT_MENU - Enum constant in enum io.guise.framework.input.Key
Key definition
CONTINUE - Enum constant in enum io.guise.framework.input.ProcessCommand
The command for continuing a process.
Control - Interface in io.guise.framework.component
A component that accepts user interaction to manipulate a data model.
CONTROL - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
CONTROL_LEFT - Enum constant in enum io.guise.framework.input.Key
Key definition
CONTROL_RIGHT - Enum constant in enum io.guise.framework.input.Key
Key definition
Control.Status - Enum in io.guise.framework.component
The input status of a control.
ControlConstraints - Class in io.guise.framework.component.layout
Constraints on a component in a container control.
ControlConstraints() - Constructor for class io.guise.framework.component.layout.ControlConstraints
Default constructor.
ControlConstraints(boolean) - Constructor for class io.guise.framework.component.layout.ControlConstraints
Enabled constructor.
ConversionException - Exception in io.guise.framework.converter
Exception representing a conversion error.
ConversionException() - Constructor for exception io.guise.framework.converter.ConversionException
Constructs a new exception with null as its detail message.
ConversionException(String) - Constructor for exception io.guise.framework.converter.ConversionException
Constructs a new exception with the specified detail message.
ConversionException(String, Object) - Constructor for exception io.guise.framework.converter.ConversionException
Constructs a new exception with the specified detail message and value object.
ConversionException(String, Throwable) - Constructor for exception io.guise.framework.converter.ConversionException
Constructs a new exception with the specified detail message and cause.
ConversionException(String, Throwable, Object) - Constructor for exception io.guise.framework.converter.ConversionException
Constructs a new exception with the specified detail message, cause, and value object.
ConversionException(Throwable) - Constructor for exception io.guise.framework.converter.ConversionException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()).
convertDateLiteral(String) - Method in class io.guise.framework.converter.AbstractDateStringLiteralConverter
Converts a literal representation of a value from the lexical space into a date value in the date value space.
convertDateValue(Date) - Method in class io.guise.framework.converter.AbstractDateStringLiteralConverter
Converts a value from a date value space to a literal value in the lexical space.
Converter<V,L> - Interface in io.guise.framework.converter
Indicates an object that can convert a value from and to its lexical form.
CONVERTER_INVALID_VALUE_MESSAGE_RESOURCE_REFERENCE - Static variable in class io.guise.framework.Resources
The resource reference for a converter message indicating that a value is invalid.
CONVERTER_PROPERTY - Static variable in interface io.guise.framework.component.ValueControl
The converter bound property.
ConverterInfoModelValueRepresentationStrategy(Class<? extends Component>, Converter<VV, String>) - Constructor for class io.guise.framework.component.AbstractListSelectControl.ConverterInfoModelValueRepresentationStrategy
Converter constructor.
ConverterInfoModelValueRepresentationStrategy(Class<VV>, Class<? extends Component>) - Constructor for class io.guise.framework.component.AbstractListSelectControl.ConverterInfoModelValueRepresentationStrategy
Value class constructor with a default converter.
convertLiteral(String) - Method in class io.guise.framework.converter.AbstractURIStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class io.guise.framework.converter.BooleanStringLiteralConverter
 
convertLiteral(String) - Method in class io.guise.framework.converter.CalendarStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class io.guise.framework.converter.CharArrayStringLiteralConverter
 
convertLiteral(String) - Method in class io.guise.framework.converter.DateStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class io.guise.framework.converter.DefaultStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class io.guise.framework.converter.DoubleStringLiteralConverter
 
convertLiteral(String) - Method in class io.guise.framework.converter.EmailAddressStringLiteralConverter
 
convertLiteral(String) - Method in class io.guise.framework.converter.FloatStringLiteralConverter
 
convertLiteral(String) - Method in class io.guise.framework.converter.IntegerStringLiteralConverter
 
convertLiteral(String) - Method in class io.guise.framework.converter.LocaleStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class io.guise.framework.converter.LongStringLiteralConverter
 
convertLiteral(String) - Method in class io.guise.framework.converter.PlainIntegerStringLiteralConverter
 
convertLiteral(String) - Method in class io.guise.framework.converter.PlainLongStringLiteralConverter
 
convertLiteral(String) - Method in class io.guise.framework.converter.StringStringLiteralConverter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertLiteral(String) - Method in class io.guise.framework.converter.TelephoneNumberStringLiteralConverter
 
convertLiteral(L) - Method in interface io.guise.framework.converter.Converter
Converts a literal representation of a value from the lexical space into a value in the value space.
convertValue(char[]) - Method in class io.guise.framework.converter.CharArrayStringLiteralConverter
Converts a value from the value space to a literal value in the lexical space.
convertValue(String) - Method in class io.guise.framework.converter.StringStringLiteralConverter
Converts a value from the value space to a literal value in the lexical space.
convertValue(Calendar) - Method in class io.guise.framework.converter.CalendarStringLiteralConverter
Converts a value from the value space to a literal value in the lexical space.
convertValue(Date) - Method in class io.guise.framework.converter.DateStringLiteralConverter
Converts a value from the value space to a literal value in the lexical space.
convertValue(Locale) - Method in class io.guise.framework.converter.LocaleStringLiteralConverter
 
convertValue(V) - Method in class io.guise.framework.converter.AbstractNumberStringLiteralConverter
Converts a value from the value space to a literal value in the lexical space.
convertValue(V) - Method in class io.guise.framework.converter.AbstractStringLiteralConverter
Converts a value from the value space to a literal value in the lexical space.
convertValue(V) - Method in interface io.guise.framework.converter.Converter
Converts a value from the value space to a literal value in the lexical space.
CORAL - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
Corner - Enum in io.guise.framework.component.layout
The four logical flow corners.
CORNER_LINE_FAR_PAGE_FAR_ARC_SIZE_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the line far page far corner arc size.
CORNER_LINE_FAR_PAGE_NEAR_ARC_SIZE_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the line far page near corner arc size.
CORNER_LINE_NEAR_PAGE_FAR_ARC_SIZE_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the line near page far corner arc size.
CORNER_LINE_NEAR_PAGE_NEAR_ARC_SIZE_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the line near page near corner arc size.
CORNFLOWER_BLUE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
CORNSILK - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
COUNTRY - Enum constant in enum io.guise.framework.converter.LocaleStringLiteralStyle
A name for the locale's country that is appropriate for display to the user.
COUNTRY_CODE_2 - Enum constant in enum io.guise.framework.converter.LocaleStringLiteralStyle
The uppercase ISO 3166 two-letter country/region code for the locale.
COUNTRY_CODE_3 - Enum constant in enum io.guise.framework.converter.LocaleStringLiteralStyle
The uppercase ISO 3166 three-letter country/region code for the locale.
createApplicationFrame() - Method in class io.guise.framework.AbstractGuiseApplication
Creates a frame for the application.
createApplicationFrame() - Method in interface io.guise.framework.GuiseApplication
Creates a frame for the application.
createBusyComponent() - Method in class io.guise.framework.AbstractGuiseSession
 
createBusyComponent() - Method in interface io.guise.framework.GuiseSession
Creates a component to indicate Guise busy status.
createComponent(Table, TableModel, int, TableColumnModel<C>, boolean, boolean, boolean) - Method in class io.guise.framework.component.CalendarControl.DayRepresentationStrategy
 
createComponent(Table, TableModel, int, TableColumnModel<C>, boolean, boolean, boolean) - Method in interface io.guise.framework.component.Table.CellRepresentationStrategy
Creates a component to represent the given cell.
createComponent(Table, TableModel, int, TableColumnModel<C>, boolean, boolean, boolean) - Method in class io.guise.framework.component.Table.DefaultCellRepresentationStrategy
Creates a component to represent the given cell.
createComponent(TreeControl, TreeModel, TreeNodeModel<N>, boolean, boolean, boolean) - Method in class io.guise.framework.component.TreeControl.DefaultValueRepresentationStrategy
Creates a component to represent the given tree node.
createComponent(TreeControl, TreeModel, TreeNodeModel<N>, boolean, boolean, boolean) - Method in class io.guise.framework.component.TreeControl.InfoModelTreeNodeRepresentationStrategy
 
createComponent(TreeControl, TreeModel, TreeNodeModel<N>, boolean, boolean, boolean) - Method in class io.guise.framework.component.TreeControl.TextModelTreeNodeRepresentationStrategy
 
createComponent(TreeControl, TreeModel, TreeNodeModel<N>, boolean, boolean, boolean) - Method in interface io.guise.framework.component.TreeControl.TreeNodeRepresentationStrategy
Creates a component to represent the given tree node.
createComponent(ListSelectModel<Component>, Component, int, boolean, boolean) - Method in class io.guise.framework.component.AbstractListSelectContainerControl.ComponentRepresentationStrategy
Creates a component for the given list value.
createComponent(ListSelectModel<Component>, Component, int, boolean, boolean) - Method in class io.guise.framework.component.CardTabControl.CardRepresentationStrategy
Creates a component for the given list value.
createComponent(ListSelectModel<VV>, VV, int, boolean, boolean) - Method in class io.guise.framework.component.AbstractListSelectControl.ConverterInfoModelValueRepresentationStrategy
Creates a component for the given list value.
createComponent(ListSelectModel<VV>, VV, int, boolean, boolean) - Method in class io.guise.framework.component.AbstractListSelectControl.DefaultValueRepresentationStrategy
Creates a component for the given list value.
createComponent(ListSelectModel<VV>, VV, int, boolean, boolean) - Method in interface io.guise.framework.component.ListSelectControl.ValueRepresentationStrategy
Creates a component for the given list value.
createComponent(Prototype) - Method in class io.guise.framework.component.AbstractContainer
Creates a component appropriate for the context of this component from the given prototype.
createComponent(Prototype) - Method in class io.guise.framework.component.AbstractMenu
Creates a component appropriate for the context of this component from the given prototype.
createComponent(Prototype) - Method in class io.guise.framework.component.Toolbar
Creates a component appropriate for the context of this component from the given prototype.
createComponent(Class<? extends Component>) - Method in class io.guise.framework.AbstractGuiseSession
Creates the component for the given class.
createComponent(V) - Method in interface io.guise.framework.component.ComponentFactory
Creates a component for the given value.
createComponentState(TableModel.Cell<?>) - Method in class io.guise.framework.component.Table
Creates a component state to represent the given object.
createComponentState(TreeNodeModel<?>) - Method in class io.guise.framework.component.TreeControl
Creates a component state to represent the given object.
createComponentState(T) - Method in class io.guise.framework.component.AbstractCompositeStateComponent
Creates a component state to represent the given object.
createComponentState(V) - Method in class io.guise.framework.component.AbstractListSelectControl
 
createDateFormat(DateStringLiteralStyle, TimeStringLiteralStyle, Locale, TimeZone) - Static method in class io.guise.framework.converter.AbstractDateStringLiteralConverter
Creates a new date format object for the indicated styles and locale.
createDayRepresentationStrategy() - Method in class io.guise.framework.component.CalendarControl
Creates a representation strategy for each cell in a calendar.
createDefaultColumns(Class<C>, String...) - Static method in class io.guise.framework.model.DefaultTableModel
Creates default columns with the given column names.
createDefaultConstraints() - Method in class io.guise.framework.component.layout.CardLayout
 
createDefaultConstraints() - Method in class io.guise.framework.component.layout.FlowLayout
 
createDefaultConstraints() - Method in interface io.guise.framework.component.layout.Layout
Creates default constraints for the layout component.
createDefaultConstraints() - Method in class io.guise.framework.component.layout.MenuLayout
 
createDefaultConstraints() - Method in class io.guise.framework.component.layout.ReferenceLayout
 
createDefaultConstraints() - Method in class io.guise.framework.component.layout.RegionLayout
Creates default constraints for the layout component.
createDefaultConstraints() - Method in class io.guise.framework.component.layout.TabLayout
 
createFrame() - Method in class io.guise.framework.component.AbstractComponent.AbstractFlyoverFrameStrategy
 
createFrame() - Method in class io.guise.framework.component.AbstractComponent.DefaultFlyoverStrategy
 
createInputEvent(Input) - Method in class io.guise.framework.AbstractGuiseSession
Creates an input event for the given input.
createMessage(String) - Static method in class io.guise.framework.component.MessageOptionDialogFrame
Creates a message component with a message.
createNumberFormat(Locale) - Method in class io.guise.framework.converter.AbstractNumberStringLiteralConverter
Creates a new number format object for the indicated locale.
createOptionComponent(Notification.Option) - Method in class io.guise.framework.component.NotificationOptionDialogFrame
Creates a component to represent the given option.
createOptionComponent(O) - Method in class io.guise.framework.component.AbstractOptionDialogFrame
Creates a component to represent the given option.
createOptionContainer() - Method in class io.guise.framework.component.AbstractOptionDialogFrame
Creates a container for holding the options.
createPropertyVetoException(Object, ValidationException, String, VV, VV) - Static method in class io.guise.framework.model.AbstractValueModel
Creates a property veto exception that represents a validation exception.
createSession(Platform) - Method in class io.guise.framework.AbstractGuiseApplication
Creates a new session for the application on the given platform.
createSession(Platform) - Method in interface io.guise.framework.GuiseApplication
Creates a new session for the application on the given platform.
createStringResourceReference(String) - Static method in class io.guise.framework.Resources
Creates a string containing a reference to the given string resource key.
createStringValueReference(String) - Static method in class io.guise.framework.Resources
Creates a string containing a value that can be used as an argument in formatting.
createTempAsset(String, String, GuiseSession) - Method in class io.guise.framework.AbstractGuiseApplication
 
createTempAsset(String, String, GuiseSession) - Method in interface io.guise.framework.GuiseApplication
Creates a temporary asset available at an application navigation path.
createTempPublicResource(String, String) - Method in class io.guise.framework.AbstractGuiseSession
 
createTempPublicResource(String, String) - Method in interface io.guise.framework.GuiseSession
Creates a temporary resource available at a public application navigation path but with access restricted to this session.
createTypedComponentState(TableModel.Cell<T>) - Method in class io.guise.framework.component.Table
Creates a component state to represent the given object.
createURIResourceReference(String) - Static method in class io.guise.framework.Resources
Creates a URI containing a reference to the given string resource key.
createValue() - Method in class io.guise.framework.model.AbstractListSelectEditor
Creates a new value to add to the list.
createValue() - Method in class io.guise.framework.model.DefaultListSelectEditor
Creates a new value to add to the list.
createValuedComponent() - Method in class io.guise.framework.model.AbstractListSelectEditor
Creates a component for editing a value.
createValuedComponent() - Method in class io.guise.framework.model.DefaultListSelectEditor
Creates a component for editing a value.
CRIMSON - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
CROSSHAIR - Enum constant in enum io.guise.framework.platform.web.Cursor
A simple crosshair (e.g., short line segments resembling a "+" sign).
CSS_PROPERTY_BORDER_X_COLOR_TEMPLATE - Static variable in interface io.guise.framework.platform.XHTMLDepictContext
The template for "border-?-color".
CSS_PROPERTY_BORDER_X_STYLE_TEMPLATE - Static variable in interface io.guise.framework.platform.XHTMLDepictContext
The template for "border-?-style".
CSS_PROPERTY_BORDER_X_WIDTH_TEMPLATE - Static variable in interface io.guise.framework.platform.XHTMLDepictContext
The template for "border-?-width".
CSS_PROPERTY_BORDER_X_Y_RADIUS_TEMPLATE - Static variable in interface io.guise.framework.platform.XHTMLDepictContext
The template for "border-?-?-radius".
CSS_PROPERTY_MARGIN_X_TEMPLATE - Static variable in interface io.guise.framework.platform.XHTMLDepictContext
The template for "margin-?".
CSS_PROPERTY_PADDING_X_TEMPLATE - Static variable in interface io.guise.framework.platform.XHTMLDepictContext
The template for "padding-?".
CSS_SIDES - Static variable in interface io.guise.framework.platform.XHTMLDepictContext
The sides supported by CSS.
CSSProcessor - Class in io.guise.framework.platform.web.css
Class to parse CSS stylesheets in order to manipulate them within Guise.
CSSProcessor() - Constructor for class io.guise.framework.platform.web.css.CSSProcessor
 
CSSStylesheet - Class in io.guise.framework.platform.web.css
A CSS stylesheet.
CSSStylesheet() - Constructor for class io.guise.framework.platform.web.css.CSSStylesheet
 
CURRENCY - Enum constant in enum io.guise.framework.converter.NumberStringLiteralConverter.Style
Money formatting.
CURRENT - Enum constant in enum io.guise.framework.model.SequenceTransition
Transition to the current item in a sequence.
Cursor - Enum in io.guise.framework.platform.web
Standard Guise cursors that are converted to predefined CSS cursors.
CURSOR_CROSSHAIR - Static variable in class io.guise.framework.theme.Theme
Standard theme cursor.
CURSOR_DEFAULT - Static variable in class io.guise.framework.theme.Theme
Standard theme cursor.
CURSOR_HELP - Static variable in class io.guise.framework.theme.Theme
Standard theme cursor.
CURSOR_MOVE - Static variable in class io.guise.framework.theme.Theme
Standard theme cursor.
CURSOR_POINTER - Static variable in class io.guise.framework.theme.Theme
Standard theme cursor.
CURSOR_PROGRESS - Static variable in class io.guise.framework.theme.Theme
Standard theme cursor.
CURSOR_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the cursor.
CURSOR_RESIZE_LINE_FAR - Static variable in class io.guise.framework.theme.Theme
Standard theme cursor.
CURSOR_RESIZE_LINE_FAR_PAGE_FAR - Static variable in class io.guise.framework.theme.Theme
Standard theme cursor.
CURSOR_RESIZE_LINE_FAR_PAGE_NEAR - Static variable in class io.guise.framework.theme.Theme
Standard theme cursor.
CURSOR_RESIZE_LINE_NEAR - Static variable in class io.guise.framework.theme.Theme
Standard theme cursor.
CURSOR_RESIZE_LINE_NEAR_PAGE_FAR - Static variable in class io.guise.framework.theme.Theme
Standard theme cursor.
CURSOR_RESIZE_LINE_NEAR_PAGE_NEAR - Static variable in class io.guise.framework.theme.Theme
Standard theme cursor.
CURSOR_RESIZE_PAGE_FAR - Static variable in class io.guise.framework.theme.Theme
Standard theme cursor.
CURSOR_RESIZE_PAGE_NEAR - Static variable in class io.guise.framework.theme.Theme
Standard theme cursor.
CURSOR_TEXT - Static variable in class io.guise.framework.theme.Theme
Standard theme cursor.
CURSOR_WAIT - Static variable in class io.guise.framework.theme.Theme
Standard theme cursor.
CYAN - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.

D

DARK_BLUE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DARK_CYAN - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DARK_GOLDEN_ROD - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DARK_GRAY - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DARK_GREEN - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DARK_KHAKI - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DARK_MAGENTA - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DARK_OLIVE_GREEN - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DARK_ORANGE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DARK_ORCHID - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DARK_RED - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DARK_SALMON - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DARK_SEA_GREEN - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DARK_SLATE_BLUE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DARK_SLATE_GRAY - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DARK_TURQUOISE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DARK_VIOLET - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DASHED - Enum constant in enum io.guise.framework.style.LineStyle
A series of dashes.
DATE_PROPERTY - Static variable in class io.guise.framework.component.CalendarControl
The visible date bound property.
DATE_PROPERTY - Static variable in class io.guise.framework.model.CalendarMonthTableModel
The date bound property.
DateRangeValidator - Class in io.guise.framework.validator
A range validator for dates.
DateRangeValidator() - Constructor for class io.guise.framework.validator.DateRangeValidator
Default constructor with no value required and a step of one.
DateRangeValidator(boolean) - Constructor for class io.guise.framework.validator.DateRangeValidator
Value required constructor with a step of one.
DateRangeValidator(Date, Date) - Constructor for class io.guise.framework.validator.DateRangeValidator
Minimum, and maximum constructor with a step of one.
DateRangeValidator(Date, Date, boolean) - Constructor for class io.guise.framework.validator.DateRangeValidator
Minimum, maximum, and value required constructor.
DateRangeValidator(Date, Date, Date) - Constructor for class io.guise.framework.validator.DateRangeValidator
Minimum, maximum, and step constructor.
DateRangeValidator(Date, Date, Date, boolean) - Constructor for class io.guise.framework.validator.DateRangeValidator
Minimum, maximum, step, and value required constructor.
DateStringLiteralConverter - Class in io.guise.framework.converter
An object that can convert a date/time from and to a string.
DateStringLiteralConverter(DateStringLiteralStyle) - Constructor for class io.guise.framework.converter.DateStringLiteralConverter
Date style constructor with no time style.
DateStringLiteralConverter(DateStringLiteralStyle, TimeStringLiteralStyle) - Constructor for class io.guise.framework.converter.DateStringLiteralConverter
Date style and time style constructor.
DateStringLiteralStyle - Enum in io.guise.framework.converter
The style of a date in its string literal form.
DateTimeControl - Class in io.guise.framework.component
Control that allows selection of a date and/or a time, providing separate inputs for date and time with the option of a calendar popup.
DateTimeControl() - Constructor for class io.guise.framework.component.DateTimeControl
Default constructor with a default data model.
DateTimeControl(ValueModel<Date>) - Constructor for class io.guise.framework.component.DateTimeControl
Value model constructor.
DateTimeFieldsControl - Class in io.guise.framework.component
Control that allows selection of a date and/or a time, providing separate inputs for date/time fields with the option of a calendar popup.
DateTimeFieldsControl() - Constructor for class io.guise.framework.component.DateTimeFieldsControl
Default constructor with a default data model.
DateTimeFieldsControl(ValueModel<Date>) - Constructor for class io.guise.framework.component.DateTimeFieldsControl
Value model constructor.
DAY_OF_WEEK - Enum constant in enum io.guise.framework.converter.DateStringLiteralStyle
The day of the week, such as Tuesday.
DAY_OF_WEEK_SHORT - Enum constant in enum io.guise.framework.converter.DateStringLiteralStyle
The abbreviated day of the week, such as Tue.
DayRepresentationStrategy() - Constructor for class io.guise.framework.component.CalendarControl.DayRepresentationStrategy
 
DecimalRangeValidator<V extends Number & Comparable<V>> - Class in io.guise.framework.validator
A range validator for decimal numbers such as floating point numbers that uses BigInteger for validation accuracy.
DecimalRangeValidator() - Constructor for class io.guise.framework.validator.DecimalRangeValidator
Default constructor with no value required and a step of one.
DecimalRangeValidator(boolean) - Constructor for class io.guise.framework.validator.DecimalRangeValidator
Value required constructor with a step of one.
DecimalRangeValidator(V, V) - Constructor for class io.guise.framework.validator.DecimalRangeValidator
Minimum, and maximum constructor with no step.
DecimalRangeValidator(V, V, boolean) - Constructor for class io.guise.framework.validator.DecimalRangeValidator
Minimum, maximum, and value required constructor.
DecimalRangeValidator(V, V, V) - Constructor for class io.guise.framework.validator.DecimalRangeValidator
Minimum, maximum, and step constructor.
DecimalRangeValidator(V, V, V, boolean) - Constructor for class io.guise.framework.validator.DecimalRangeValidator
Minimum, maximum, step, and value required constructor.
decorateID(String, String, String) - Static method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
Modifies an ID (such as a component ID or a style ID) by adding a prefix and/or suffix as needed.
DECREASING - Enum constant in enum io.guise.framework.component.layout.Flow.Direction
Right-to-left lines or bottom-to-top pages.
DEEP_PINK - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DEEP_SKY_BLUE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
DEFAULT - Enum constant in enum io.guise.framework.platform.web.Cursor
The platform-dependent default cursor.
DEFAULT_EXPORT_STRATEGY - Static variable in class io.guise.framework.component.AbstractImageComponent
The default export strategy for this component type.
DEFAULT_EXPORT_STRATEGY - Static variable in class io.guise.framework.component.AbstractLabel
The default export strategy for this component type.
DEFAULT_EXPORT_STRATEGY - Static variable in class io.guise.framework.component.TextControl
The default export strategy for this component type.
DEFAULT_FORCE - Static variable in class io.guise.framework.event.ActionEvent
The default action force.
DEFAULT_IMPORT_STRATEGY - Static variable in class io.guise.framework.component.TextControl
The default import strategy for this component type.
DEFAULT_OPTION - Static variable in class io.guise.framework.event.ActionEvent
The default action option.
DEFAULT_POLL_INTERVAL - Static variable in class io.guise.framework.platform.web.AbstractWebPlatform
The default polling interval in milliseconds.
DEFAULT_RESOURCE_BUNDLE_BASE_NAME - Static variable in class io.guise.framework.Resources
The default base name of the Guise resource bundle.
DefaultActionModel - Class in io.guise.framework.model
A default implementation of an action model.
DefaultActionModel() - Constructor for class io.guise.framework.model.DefaultActionModel
 
DefaultApplicationFrame - Class in io.guise.framework.component
Default implementation of an application frame with no default component.
DefaultApplicationFrame() - Constructor for class io.guise.framework.component.DefaultApplicationFrame
Default constructor.
DefaultApplicationFrame(Component) - Constructor for class io.guise.framework.component.DefaultApplicationFrame
Component constructor.
DefaultCellMessage(TableModel, TableModel.Cell<C>, Converter<? super C, String>) - Constructor for class io.guise.framework.component.Table.DefaultCellMessage
Constructs a default message for a cell.
DefaultCellRepresentationStrategy(Converter<V, String>) - Constructor for class io.guise.framework.component.Table.DefaultCellRepresentationStrategy
Converter constructor.
DefaultCellValueModel(TableModel, TableModel.Cell<C>) - Constructor for class io.guise.framework.component.Table.DefaultCellValueModel
Constructs a default value model for a cell.
DefaultDialogFrame<V> - Class in io.guise.framework.component
Default implementation of a frame meant for communication of a value.
DefaultDialogFrame(ValueModel<V>) - Constructor for class io.guise.framework.component.DefaultDialogFrame
Value model constructor.
DefaultDialogFrame(ValueModel<V>, Component) - Constructor for class io.guise.framework.component.DefaultDialogFrame
Value model and component constructor.
DefaultDialogFrame(Class<V>) - Constructor for class io.guise.framework.component.DefaultDialogFrame
Value class constructor.
DefaultDialogFrame(Class<V>, Component) - Constructor for class io.guise.framework.component.DefaultDialogFrame
Value class and component constructor.
DefaultEnableable - Class in io.guise.framework.model
A default implementation of an object that can be enabled or disabled.
DefaultEnableable() - Constructor for class io.guise.framework.model.DefaultEnableable
 
DefaultEnvironment - Class in io.guise.framework.platform
The default implementation of the platform user local environment.
DefaultEnvironment() - Constructor for class io.guise.framework.platform.DefaultEnvironment
 
DefaultFlyoverFrame - Class in io.guise.framework.component
Default implementation of a flyover frame with default layout panel.
DefaultFlyoverFrame() - Constructor for class io.guise.framework.component.DefaultFlyoverFrame
Default constructor.
DefaultFlyoverFrame(Component) - Constructor for class io.guise.framework.component.DefaultFlyoverFrame
Component constructor.
DefaultFlyoverStrategy(S) - Constructor for class io.guise.framework.component.AbstractComponent.DefaultFlyoverStrategy
Component constructor.
DefaultFrame - Class in io.guise.framework.component
Default implementation of a nonmodal frame with default layout panel.
DefaultFrame() - Constructor for class io.guise.framework.component.DefaultFrame
Default constructor with a default layout panel child component.
DefaultFrame(Component) - Constructor for class io.guise.framework.component.DefaultFrame
Component constructor.
DefaultGuiseApplication - Class in io.guise.framework
The default implementation of a Guise application.
DefaultGuiseApplication() - Constructor for class io.guise.framework.DefaultGuiseApplication
Default constructor with no identifier.
DefaultGuiseApplication(URI) - Constructor for class io.guise.framework.DefaultGuiseApplication
URI constructor.
DefaultGuiseSession - Class in io.guise.framework
A default implementation of a Guise session.
DefaultGuiseSession(GuiseApplication, Platform) - Constructor for class io.guise.framework.DefaultGuiseSession
Application and platform constructor.
DefaultImageModel - Class in io.guise.framework.model
A default implementation of a model for an image.
DefaultImageModel() - Constructor for class io.guise.framework.model.DefaultImageModel
Default constructor.
DefaultImageModel(URI) - Constructor for class io.guise.framework.model.DefaultImageModel
Image URI constructor.
DefaultInfoModel - Class in io.guise.framework.model
A default implementation of a model for a label and descriptive information.
DefaultInfoModel() - Constructor for class io.guise.framework.model.DefaultInfoModel
Default constructor.
DefaultInfoModel(String) - Constructor for class io.guise.framework.model.DefaultInfoModel
Label constructor.
DefaultInfoModel(String, URI) - Constructor for class io.guise.framework.model.DefaultInfoModel
Label and glyph URI constructor.
DefaultInputFocusStrategy - Class in io.guise.framework.event
The default strategy for determining current input focus and progression of input focus.
DefaultInputFocusStrategy() - Constructor for class io.guise.framework.event.DefaultInputFocusStrategy
 
DefaultLabelModel - Class in io.guise.framework.model
A default implementation of a model for an identifier such as text and/or an icon.
DefaultLabelModel() - Constructor for class io.guise.framework.model.DefaultLabelModel
Default constructor.
DefaultLabelModel(String) - Constructor for class io.guise.framework.model.DefaultLabelModel
Label constructor.
DefaultLabelModel(String, URI) - Constructor for class io.guise.framework.model.DefaultLabelModel
Label and glyph URI constructor.
DefaultListSelectEditor<V> - Class in io.guise.framework.model
The default implementation for editing values in a list model.
DefaultListSelectEditor(ListSelectModel<V>, Class<? extends ValuedComponent<V>>) - Constructor for class io.guise.framework.model.DefaultListSelectEditor
List select model and valued component constructor.
DefaultListSelectModel<V> - Class in io.guise.framework.model
The default implementation of a model for selecting one or more values from a list.
DefaultListSelectModel(Class<V>) - Constructor for class io.guise.framework.model.DefaultListSelectModel
Constructs a list select model indicating the type of values it can hold, using a default multiple selection strategy.
DefaultListSelectModel(Class<V>, ListSelectionPolicy<V>) - Constructor for class io.guise.framework.model.DefaultListSelectModel
Constructs a list select model indicating the type of values it can hold.
DefaultListSelectModel.ValueState - Class in io.guise.framework.model
An encapsulation of the state of a value in the model.
DefaultMenuToolPrototypeProvisionStrategy - Class in io.guise.framework.prototype
The default strategy for keeping track of prototype providers and working with provisioned prototypes, merging them into a menu and/or a toolbar.
DefaultMenuToolPrototypeProvisionStrategy(CompositeComponent, Menu, Toolbar, PrototypeProvider...) - Constructor for class io.guise.framework.prototype.DefaultMenuToolPrototypeProvisionStrategy
Parent component, menu, toolbar, and prototype providers constructor.
DefaultModalFrame<R> - Class in io.guise.framework.component
Default implementation of a modal frame with a default layout panel.
DefaultModalFrame() - Constructor for class io.guise.framework.component.DefaultModalFrame
Default constructor with a default layout panel.
DefaultModalFrame(Component) - Constructor for class io.guise.framework.component.DefaultModalFrame
Component constructor.
DefaultModalNavigationPanel<R> - Class in io.guise.framework.component
Default implementation of a panel that represents a point of modal navigation with default region layout.
DefaultModalNavigationPanel() - Constructor for class io.guise.framework.component.DefaultModalNavigationPanel
Default constructor with a default region layout.
DefaultModalNavigationPanel(Layout<?>) - Constructor for class io.guise.framework.component.DefaultModalNavigationPanel
Layout constructor.
DefaultNavigationModel - Class in io.guise.framework.model
A default implementation of a model for identifying a navigation path.
DefaultNavigationModel() - Constructor for class io.guise.framework.model.DefaultNavigationModel
Default constructor.
DefaultNavigationModel(URIPath) - Constructor for class io.guise.framework.model.DefaultNavigationModel
Navigation path constructor.
DefaultProduct - Class in io.guise.framework.platform
The default implementation of a product with no brand.
DefaultProduct(String, String, String, double) - Constructor for class io.guise.framework.platform.DefaultProduct
ID, name, and version constructor.
DefaultProduct(String, String, String, double, int[]) - Constructor for class io.guise.framework.platform.DefaultProduct
ID, name, and version constructor.
DefaultPrototypeProvider() - Constructor for class io.guise.framework.component.AbstractFrame.DefaultPrototypeProvider
 
DefaultStringLiteralConverter<V> - Class in io.guise.framework.converter
A converter that converts any object to a string literal using its Object.toString() method.
DefaultStringLiteralConverter(Class<V>) - Constructor for class io.guise.framework.converter.DefaultStringLiteralConverter
Constructs a default string literal converter indicating the type of value to convert.
DefaultTableColumnModel<V> - Class in io.guise.framework.model
The default implementation of a column in a table.
DefaultTableColumnModel(Class<V>) - Constructor for class io.guise.framework.model.DefaultTableColumnModel
Value class constructor.
DefaultTableColumnModel(Class<V>, String) - Constructor for class io.guise.framework.model.DefaultTableColumnModel
Value class and label constructor.
DefaultTableColumnModel(Class<V>, String, URI) - Constructor for class io.guise.framework.model.DefaultTableColumnModel
Value class, label, and glyph URI constructor.
DefaultTableModel - Class in io.guise.framework.model
The default implementation of a table model.
DefaultTableModel(TableColumnModel<?>...) - Constructor for class io.guise.framework.model.DefaultTableModel
Constructs a default table model indicating the type of values it can hold along with column definitions.
DefaultTableModel(Class<C>, C[][], String...) - Constructor for class io.guise.framework.model.DefaultTableModel
Constructs a default table model indicating the type of values it can hold and column names.
DefaultTableModel(Class<C>, String...) - Constructor for class io.guise.framework.model.DefaultTableModel
Constructs a default table model indicating the type of values it can hold, using default column models.
DefaultTableModel(Object[][], TableColumnModel<?>...) - Constructor for class io.guise.framework.model.DefaultTableModel
Constructs a default table model indicating the type of values it can hold.
DefaultTextModel - Class in io.guise.framework.model
The default implementation of a model for text and an associated label.
DefaultTextModel() - Constructor for class io.guise.framework.model.DefaultTextModel
Default constructor.
DefaultTextModel(String) - Constructor for class io.guise.framework.model.DefaultTextModel
Text constructor with a default Text.PLAIN_MEDIA_TYPE content type.
DefaultTextModel(String, MediaType) - Constructor for class io.guise.framework.model.DefaultTextModel
Text and content type constructor
DefaultTransferable(ImageComponent) - Constructor for class io.guise.framework.component.AbstractImageComponent.DefaultTransferable
Source constructor.
DefaultTransferable(LabelComponent) - Constructor for class io.guise.framework.component.AbstractLabel.DefaultTransferable
Source constructor.
DefaultTransferable(TextControl<?>) - Constructor for class io.guise.framework.component.TextControl.DefaultTransferable
Source constructor.
DefaultTreeModel - Class in io.guise.framework.model
A default implementation of a tree model.
DefaultTreeModel() - Constructor for class io.guise.framework.model.DefaultTreeModel
Default constructor with a dummy root tree node.
DefaultTreeModel(TreeNodeModel<?>) - Constructor for class io.guise.framework.model.DefaultTreeModel
Root node constructor.
DefaultTreeNodeModel<V> - Class in io.guise.framework.model
A default node in a tree model.
DefaultTreeNodeModel(Class<V>) - Constructor for class io.guise.framework.model.DefaultTreeNodeModel
Constructs a tree node model indicating the type of value it can hold.
DefaultTreeNodeModel(Class<V>, V) - Constructor for class io.guise.framework.model.DefaultTreeNodeModel
Constructs a tree node model indicating the type of value it can hold, along with an initial value.
DefaultURIStringLiteralConverter - Class in io.guise.framework.converter
A URI converter that allows any URI allowed by the URI class, even relative URIs.
DefaultURIStringLiteralConverter() - Constructor for class io.guise.framework.converter.DefaultURIStringLiteralConverter
 
DefaultValueModel<V> - Class in io.guise.framework.model
A default implementation of a model representing a value.
DefaultValueModel(Class<V>) - Constructor for class io.guise.framework.model.DefaultValueModel
Constructs a value model indicating the type of value it can hold.
DefaultValueModel(Class<V>, V) - Constructor for class io.guise.framework.model.DefaultValueModel
Constructs a value model indicating the type of value it can hold, along with an initial value.
DefaultValueRepresentationStrategy(Converter<V, String>) - Constructor for class io.guise.framework.component.TreeControl.DefaultValueRepresentationStrategy
Converter constructor.
DefaultValueRepresentationStrategy(Converter<VV, String>) - Constructor for class io.guise.framework.component.AbstractListSelectControl.DefaultValueRepresentationStrategy
Converter constructor.
DefaultValueRepresentationStrategy(Class<V>) - Constructor for class io.guise.framework.component.TreeControl.DefaultValueRepresentationStrategy
Value class constructor with a default converter.
DefaultValueRepresentationStrategy(Class<VV>) - Constructor for class io.guise.framework.component.AbstractListSelectControl.DefaultValueRepresentationStrategy
Value class constructor with a default converter.
DefaultWebPlatformFileCollectorDepictor - Class in io.guise.framework.platform.web
The default web depictor for a platform file collector.
DefaultWebPlatformFileCollectorDepictor() - Constructor for class io.guise.framework.platform.web.DefaultWebPlatformFileCollectorDepictor
 
DefaultWebUserAgentProduct - Class in io.guise.framework.platform.web
The default implementation of the identification of the user agent client, such as a browser, accessing Guise on the web platform.
DefaultWebUserAgentProduct(String, WebUserAgentProduct.Brand, String, String, double, int[], Iterable<MediaType>, Iterable<Locale>) - Constructor for class io.guise.framework.platform.web.DefaultWebUserAgentProduct
ID, brand, name, and version constructor.
DELAY_PROPERTY - Static variable in interface io.guise.framework.component.effect.Effect
The delay bound property.
DelayEffect - Class in io.guise.framework.component.effect
An effect for simple delay.
DelayEffect() - Constructor for class io.guise.framework.component.effect.DelayEffect
Default constructor with no delay.
DelayEffect(int) - Constructor for class io.guise.framework.component.effect.DelayEffect
Delay constructor.
DELETE - Enum constant in enum io.guise.framework.input.Key
Key definition
DELETE - Enum constant in enum io.guise.framework.input.ResourceCommand
The command deleting a resource.
DELETE - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
deleteLabel() - Method in class io.guise.framework.component.AbstractEditComponentTextControl
Removes the current label by setting it to null.
depict() - Method in class io.guise.framework.component.AbstractComponent
 
depict() - Method in class io.guise.framework.platform.AbstractComponentDepictor
Updates the depiction of the object.
depict() - Method in class io.guise.framework.platform.AbstractDepictedObject
 
depict() - Method in class io.guise.framework.platform.AbstractDepictor
Updates the depiction of the object.
depict() - Method in interface io.guise.framework.platform.DepictedObject
Updates the depiction of the object.
depict() - Method in interface io.guise.framework.platform.Depictor
Updates the depiction of the object.
depict() - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
Updates the depiction of the object.
DEPICT_ID_STRING_PREFIX - Static variable in class io.guise.framework.platform.web.AbstractWebPlatform
The prefix used for creating depict ID strings on this platform.
depictBegin() - Method in class io.guise.framework.platform.web.AbstractDecoratedWebComponentDepictor
Begins the depiction process.
depictBegin() - Method in class io.guise.framework.platform.web.AbstractSimpleWebComponentDepictor
Begins the depiction process.
depictBegin() - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
Begins the depiction process.
depictBegin() - Method in class io.guise.framework.platform.web.WebAccordionMenuDepictor
Begins the depiction process.
depictBegin() - Method in class io.guise.framework.platform.web.WebApplicationFrameDepictor
Begins the depiction process.
depictBegin() - Method in class io.guise.framework.platform.web.WebButtonDepictor
 
depictBegin() - Method in class io.guise.framework.platform.web.WebCardPanelDepictor
Begins the depiction process.
depictBegin() - Method in class io.guise.framework.platform.web.WebCheckControlDepictor
 
depictBegin() - Method in class io.guise.framework.platform.web.WebCustomButtonDepictor
 
depictBegin() - Method in class io.guise.framework.platform.web.WebDropMenuDepictor
Begins the depiction process.
depictBegin() - Method in class io.guise.framework.platform.web.WebFieldsetDepictor
Begins the depiction process.
depictBegin() - Method in class io.guise.framework.platform.web.WebFileInputDepictor
 
depictBegin() - Method in class io.guise.framework.platform.web.WebFrameDepictor
 
depictBegin() - Method in class io.guise.framework.platform.web.WebHeadingLinkDepictor
Begins the depiction process.
depictBegin() - Method in class io.guise.framework.platform.web.WebImageBooleanSelectActionControlViewer
 
depictBegin() - Method in class io.guise.framework.platform.web.WebLabelPanelDepictor
Begins the depiction process.
depictBegin() - Method in class io.guise.framework.platform.web.WebLayoutComponentDepictor
Begins the depiction process.
depictBegin() - Method in class io.guise.framework.platform.web.WebLinkDepictor
Begins the depiction process.
depictBegin() - Method in class io.guise.framework.platform.web.WebPictureDepictor
Begins the depiction process.
depictBegin() - Method in class io.guise.framework.platform.web.WebResourceCollectDepictor
 
depictBegin() - Method in class io.guise.framework.platform.web.WebSelectDepictor
 
depictBegin() - Method in class io.guise.framework.platform.web.WebSliderDepictor
 
depictBegin() - Method in class io.guise.framework.platform.web.WebTabbedPanelDepictor
Begins the depiction process.
depictBegin() - Method in class io.guise.framework.platform.web.WebTableDepictor
 
depictBegin() - Method in class io.guise.framework.platform.web.WebTextControlDepictor
 
depictBody() - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
Depicts the body of the component.
depictBody() - Method in class io.guise.framework.platform.web.AbstractWebFrameDepictor
Depicts the body of the component.
depictBody() - Method in class io.guise.framework.platform.web.facebook.WebIFrameLikeButtonDepictor
 
depictBody() - Method in class io.guise.framework.platform.web.WebFlashDepictor
 
depictBody() - Method in class io.guise.framework.platform.web.WebImageActionControlDepictor
Depicts the body of the component.
depictBody() - Method in class io.guise.framework.platform.web.WebImageDepictor
 
depictBody() - Method in class io.guise.framework.platform.web.WebLabelDepictor
 
depictBody() - Method in class io.guise.framework.platform.web.WebLinkDepictor
Depicts the body of the component.
depictBody() - Method in class io.guise.framework.platform.web.WebMessageDepictor
 
depictBody() - Method in class io.guise.framework.platform.web.WebSliderDepictor
 
depictBody() - Method in class io.guise.framework.platform.web.WebTabDepictor
 
depictBody() - Method in class io.guise.framework.platform.web.WebTableDepictor
 
depictBody() - Method in class io.guise.framework.platform.web.WebTextControlDepictor
 
depictChild(Component) - Method in class io.guise.framework.platform.AbstractComponentDepictor
Depicts a single child.
depictChildren() - Method in class io.guise.framework.platform.AbstractComponentDepictor
Depicts any child components.
depictChildren() - Method in class io.guise.framework.platform.web.AbstractWebLayoutComponentDepictor
Depicts any child components.
depictChildren() - Method in class io.guise.framework.platform.web.WebAccordionMenuDepictor
 
depictChildren() - Method in class io.guise.framework.platform.web.WebListDepictor
 
depictChildren() - Method in class io.guise.framework.platform.web.WebSelectDepictor
Depicts any child components.
depictChildren() - Method in class io.guise.framework.platform.web.WebTabDepictor
Depicts any child components.
depictChildren() - Method in class io.guise.framework.platform.web.WebTableDepictor
 
depictChildren() - Method in class io.guise.framework.platform.web.WebTextBoxDepictor
Depicts any child components.
depictChildren() - Method in class io.guise.framework.platform.web.WebTreeControlDepictor
 
DepictContext - Interface in io.guise.framework.platform
Encapsulation of information related to the current depiction.
DepictedCompositeComponentListener() - Constructor for class io.guise.framework.platform.AbstractComponentDepictor.DepictedCompositeComponentListener
 
DepictedObject - Interface in io.guise.framework.platform
An object that can be depicted on some platform.
depictedObjectPropertyChange(PropertyChangeEvent) - Method in class io.guise.framework.platform.AbstractComponentDepictor
Called when a depicted object bound property is changed.
depictedObjectPropertyChange(PropertyChangeEvent) - Method in class io.guise.framework.platform.AbstractDepictor
Called when a depicted object bound property is changed.
depictedObjectPropertyChange(PropertyChangeEvent) - Method in class io.guise.framework.platform.web.WebImageActionControlDepictor
Called when a depicted object bound property is changed.
depictedObjectPropertyChange(PropertyChangeEvent) - Method in class io.guise.framework.platform.web.WebImageDepictor
Called when a depicted object bound property is changed.
depictedObjectPropertyChange(PropertyChangeEvent) - Method in class io.guise.framework.platform.web.WebResourceCollectDepictor
Called when a depicted object bound property is changed.
DepictedPropertyChangeListener() - Constructor for class io.guise.framework.platform.AbstractDepictor.DepictedPropertyChangeListener
 
depictEnd() - Method in class io.guise.framework.platform.web.AbstractDecoratedWebComponentDepictor
Ends the depiction process.
depictEnd() - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
Ends the depiction process.
depictEnd() - Method in class io.guise.framework.platform.web.WebAccordionMenuDepictor
 
depictEnd() - Method in class io.guise.framework.platform.web.WebApplicationFrameDepictor
 
depictEnd() - Method in class io.guise.framework.platform.web.WebCardPanelDepictor
Ends the depiction process.
depictEnd() - Method in class io.guise.framework.platform.web.WebCheckControlDepictor
 
depictEnd() - Method in class io.guise.framework.platform.web.WebDropMenuDepictor
Ends the depiction process.
depictEnd() - Method in class io.guise.framework.platform.web.WebFrameDepictor
Ends the depiction process.
depictEnd() - Method in class io.guise.framework.platform.web.WebHeadingLinkDepictor
Ends the depiction process.
depictEnd() - Method in class io.guise.framework.platform.web.WebLabelPanelDepictor
Ends the depiction process.
depictEnd() - Method in class io.guise.framework.platform.web.WebPictureDepictor
Ends the depiction process.
depictEnd() - Method in class io.guise.framework.platform.web.WebSliderDepictor
 
depictEnd() - Method in class io.guise.framework.platform.web.WebTabbedPanelDepictor
Ends the depiction process.
depictEnd() - Method in class io.guise.framework.platform.web.WebTableDepictor
 
DepictEvent - Interface in io.guise.framework.platform
An event to or from a depicted object on some platform.
Depictor<O extends DepictedObject> - Interface in io.guise.framework.platform
A strategy for depicting objects on some platform.
dereferenceString(String) - Method in class io.guise.framework.AbstractGuiseSession
 
dereferenceString(String) - Method in interface io.guise.framework.GuiseSession
Dereferences a string by replacing any string references with a string from the resources.
dereferenceURI(URI, String...) - Method in class io.guise.framework.AbstractGuiseSession
 
dereferenceURI(URI, String...) - Method in interface io.guise.framework.GuiseSession
Dereferences a URI by looking up any references from the resources if necessary.
DESCENDANT - Enum constant in enum io.guise.framework.platform.web.css.Combinator
Descendant.
DESCRIPTION_CONTENT_TYPE_PROPERTY - Static variable in interface io.guise.framework.model.InfoModel
The description content type bound property.
DESCRIPTION_DISPLAYED_PROPERTY - Static variable in class io.guise.framework.component.Picture
The bound property of whether the description is displayed.
DESCRIPTION_PROPERTY - Static variable in interface io.guise.framework.model.InfoModel
The description bound property.
Destination - Interface in io.guise.framework
Description of a navigation point, its properties, and its restrictions.
DESTINATION_BOOKMARK_PROPERTY - Static variable in class io.guise.framework.component.PlatformFileUploadPanel
The bound property of the destination bookmark.
DESTINATION_URI_PROPERTY - Static variable in class io.guise.framework.component.PlatformFileUploadPanel
The bound property of the destination URI.
DESTINATION_URI_PROPERTY - Static variable in enum io.guise.framework.platform.web.AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand
The property for specifying the destination URI of a file upload.
DESTINATION_URI_PROPERTY - Static variable in enum io.guise.framework.platform.web.WebResourceCollectDepictor.ResourceCollectCommand
The property for specifying the destination URI of the resources to receive.
DestinationResource(URI, UrfResourceDescription, HTTPServletGuiseContainer, GuiseApplication, GuiseSession, ResourceReadDestination, URIPath, Bookmark, URI) - Constructor for class io.guise.framework.platform.web.GuiseHTTPServlet.DestinationResource
Constructs a resource with a reference URI and resource description, along with the Guise container, application, session, and resource destination.
destroy() - Method in class io.guise.framework.AbstractGuiseSession
 
destroy() - Method in interface io.guise.framework.GuiseSession
Called when the session is destroyed.
destroy() - Method in class io.guise.framework.platform.web.GuiseHTTPServlet
determineChildren() - Method in class io.guise.framework.model.DynamicTreeNodeModel
Dynamically determines children.
determineChildrenValid() - Method in class io.guise.framework.component.AbstractCompositeComponent
Checks the state of child components for validity.
determineChildrenValid() - Method in class io.guise.framework.component.AbstractListSelectContainerControl
Checks the state of child components for validity.
determineComponentState(T) - Method in class io.guise.framework.component.AbstractCompositeStateComponent
Retrieves a component state for the given object.
determineLeaf() - Method in class io.guise.framework.model.DynamicTreeNodeModel
Dynamically determines whether this node is a leaf.
determineStatus() - Method in class io.guise.framework.component.AbstractCompositeStateControl
Checks the user input status of the control.
determineStatus() - Method in class io.guise.framework.component.AbstractContainerControl
Checks the user input status of the control.
determineStatus() - Method in class io.guise.framework.component.AbstractControl
Checks the user input status of the control.
determineStatus() - Method in class io.guise.framework.component.AbstractDialogFrame
Checks the user input status of the control.
determineStatus() - Method in class io.guise.framework.component.AbstractLayoutControl
Checks the user input status of the control.
determineStatus() - Method in class io.guise.framework.component.AbstractTextControl
Checks the user input status of the control.
determineStatus() - Method in class io.guise.framework.component.ImageActionControl
Checks the user input status of the control.
determineValid() - Method in class io.guise.framework.component.AbstractActionValueControl
Checks the state of the component for validity.
determineValid() - Method in class io.guise.framework.component.AbstractComponent
Checks the state of the component for validity.
determineValid() - Method in class io.guise.framework.component.AbstractCompositeComponent
Checks the state of the component for validity.
determineValid() - Method in class io.guise.framework.component.AbstractContainerValueControl
Checks the state of the component for validity.
determineValid() - Method in class io.guise.framework.component.AbstractDialogFrame
Checks the state of the component for validity.
determineValid() - Method in class io.guise.framework.component.AbstractLayoutValueControl
Checks the state of the component for validity.
determineValid() - Method in class io.guise.framework.component.AbstractListSelectControl
Checks the state of the component for validity.
determineValid() - Method in class io.guise.framework.component.AbstractTextControl
Checks the state of the component for validity.
determineValid() - Method in class io.guise.framework.component.AbstractValueControl
Checks the state of the component for validity.
determineValid() - Method in class io.guise.framework.component.PasswordAuthenticationPanel
Checks the state of the component for validity.
DialogFrame<V> - Interface in io.guise.framework.component
A frame for communication of a value.
DIM_GRAY - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
Dimensions - Class in io.guise.framework.geometry
A measurement of an object's width, height, and depth along the X, Y, and Z dimensions, respectively.
Dimensions(double, double, double, Unit) - Constructor for class io.guise.framework.geometry.Dimensions
Width, height, and depth unit constructor.
Dimensions(double, double, Unit) - Constructor for class io.guise.framework.geometry.Dimensions
Width and height unit constructor with a depth of one.
Dimensions(double, Unit, double, Unit) - Constructor for class io.guise.framework.geometry.Dimensions
Width unit and height unit constructor with a depth of one.
Dimensions(Extent, Extent) - Constructor for class io.guise.framework.geometry.Dimensions
Width and height extent constructor with a default depth of zero pixels.
Dimensions(Extent, Extent, Extent) - Constructor for class io.guise.framework.geometry.Dimensions
Width, height, and depth extent constructor.
DIR_LTR_CLASS - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class indicating left-to-right line direction.
DIR_RTL_CLASS - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class indicating right-to-left line direction.
DISABLED_CLASS - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class indicating disabled state.
discontinuePollInterval(DepictedObject) - Method in class io.guise.framework.platform.web.AbstractWebPlatform
 
discontinuePollInterval(DepictedObject) - Method in interface io.guise.framework.platform.web.WebPlatform
Indicates that a depicted object no longer requests a particular polling interval.
dispatchInputEvent(InputEvent) - Method in class io.guise.framework.component.AbstractComponent
Dispatches an input event to this component and all child components, if any.
dispatchInputEvent(InputEvent) - Method in class io.guise.framework.component.AbstractCompositeComponent
 
dispatchInputEvent(InputEvent) - Method in interface io.guise.framework.component.Component
Dispatches an input event to this component and all child components, if any.
dispatchInputEvent(InputEvent, Component) - Method in class io.guise.framework.component.AbstractCompositeComponent
Dispatches an input event to the specified target child hierarchy.
DISPLAY_ROW_COUNT_PROPERTY - Static variable in class io.guise.framework.component.Table
The display row count bound property.
DISPLAY_ROW_START_INDEX_PROPERTY - Static variable in class io.guise.framework.component.Table
The display row start index bound property.
Displayable - Interface in io.guise.framework.model
An object that can be displayed or made to be hidden.
DISPLAYED_PROPERTY - Static variable in interface io.guise.framework.model.Displayable
The bound property of whether the object is displayed or has no representation, taking up no space.
DODGER_BLUE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
doGet(HttpServletRequest, HttpServletResponse) - Method in class io.guise.framework.platform.web.GuiseHTTPServlet
 
DOM_JAVASCRIPT_PATH - Static variable in interface io.guise.framework.platform.web.WebPlatform
The path of the DOM JavaScript file, relative to the application.
DOM_MIN_JAVASCRIPT_PATH - Static variable in interface io.guise.framework.platform.web.WebPlatform
The path of the compressed DOM JavaScript file, relative to the application.
DOMREADY_JAVASCRIPT_PATH - Static variable in interface io.guise.framework.platform.web.WebPlatform
The path of the domready JavaScript file, relative to the application.
DOMREADY_MIN_JAVASCRIPT_PATH - Static variable in interface io.guise.framework.platform.web.WebPlatform
The path of the compressed domready JavaScript file, relative to the application.
doPut(HttpServletRequest, HttpServletResponse) - Method in class io.guise.framework.platform.web.GuiseHTTPServlet
 
DOT_DASH - Enum constant in enum io.guise.framework.style.LineStyle
Alternating dots and dashes.
DOT_DOT_DASH - Enum constant in enum io.guise.framework.style.LineStyle
Two dots and a dash.
DOTTED - Enum constant in enum io.guise.framework.style.LineStyle
A series of dots.
DOUBLE - Enum constant in enum io.guise.framework.style.LineStyle
Two parallel solid lines with some spaces between them, the lines together with the space equalling any line width specified.
DoubleStringLiteralConverter - Class in io.guise.framework.converter
A converter that converts a Double from and to a string literal.
DoubleStringLiteralConverter() - Constructor for class io.guise.framework.converter.DoubleStringLiteralConverter
Default constructor with a default number style.
DoubleStringLiteralConverter(NumberStringLiteralConverter.Style) - Constructor for class io.guise.framework.converter.DoubleStringLiteralConverter
Style constructor.
DoubleStringLiteralConverter(NumberStringLiteralConverter.Style, Currency) - Constructor for class io.guise.framework.converter.DoubleStringLiteralConverter
Style, and currency constructor.
DOWN - Enum constant in enum io.guise.framework.input.Key
Key definition
DOWN - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
DRAG_ENABLED_PROPERTY - Static variable in interface io.guise.framework.component.Component
The bound property of whether the component has dragging enabled.
DRAG_HANDLE_CLASS - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The handle of a drag source.
DRAG_SOURCE_CLASS - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The potential source of a drag and drop operation.
DROP - Enum constant in enum io.guise.framework.platform.web.WebPlatformEventType
The end of a drag-and-drop operation.
DROP_ENABLED_PROPERTY - Static variable in interface io.guise.framework.component.Component
The bound property of whether the component has dropping enabled.
DROP_TARGET_CLASS - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The potential target of a drag and drop operation.
DropMenu - Class in io.guise.framework.component
A menu that drops its children down from the top or over to the side.
DropMenu(Flow) - Constructor for class io.guise.framework.component.DropMenu
Axis constructor.
DropMenu(InfoModel, ActionModel, Enableable, Flow) - Constructor for class io.guise.framework.component.DropMenu
Info model, action model, enableable, and menu layout constructor.
DropMenu(MenuPrototype, Flow) - Constructor for class io.guise.framework.component.DropMenu
Prototype and axis constructor.
DummyTreeNodeModel - Class in io.guise.framework.model
A dummy tree node that holds no value and, if placed as the root of a tree, will not be displayed.
DummyTreeNodeModel() - Constructor for class io.guise.framework.model.DummyTreeNodeModel
Constructs a dummy tree node model.
DynamicTreeNodeModel<V> - Class in io.guise.framework.model
A node in a tree model that can dynamically load its children when needed.
DynamicTreeNodeModel(Class<V>) - Constructor for class io.guise.framework.model.DynamicTreeNodeModel
Constructs a tree node model indicating the type of value it can hold.
DynamicTreeNodeModel(Class<V>, V) - Constructor for class io.guise.framework.model.DynamicTreeNodeModel
Constructs a tree node model indicating the type of value it can hold, along with an initial value.

E

EAST - Enum constant in enum io.guise.framework.geometry.CompassPoint
E
EAST_BY_NORTH - Enum constant in enum io.guise.framework.geometry.CompassPoint
EbN
EAST_BY_SOUTH - Enum constant in enum io.guise.framework.geometry.CompassPoint
EbS
EAST_NORTHEAST - Enum constant in enum io.guise.framework.geometry.CompassPoint
ENE
EAST_SOUTHEAST - Enum constant in enum io.guise.framework.geometry.CompassPoint
ESE
EDIT - Enum constant in enum io.guise.framework.component.AbstractEditComponentTextControl.Mode
Editing mode.
EDIT - Enum constant in enum io.guise.framework.input.ResourceCommand
The command for editing a resource.
EDIT_MENU_ORDER - Static variable in class io.guise.framework.prototype.PrototypeProvision
Top-level "Edit" menu order.
EDITABLE_PROPERTY - Static variable in interface io.guise.framework.component.EditComponent
The editable bound property.
EditComponent - Interface in io.guise.framework.component
A component that has content that can be edited.
EditComponentLabelControl - Class in io.guise.framework.component
Control that allows a component's label to be edited in-place.
EditComponentLabelControl() - Constructor for class io.guise.framework.component.EditComponentLabelControl
Default constructor with a default label component, default text edit control, and Flow.LINE layout.
EditComponentLabelControl(Component) - Constructor for class io.guise.framework.component.EditComponentLabelControl
Label component constructor with default text edit control and Flow.LINE flow.
EditComponentLabelControl(Component, Flow) - Constructor for class io.guise.framework.component.EditComponentLabelControl
Label component and flow constructor with default text edit control.
EditComponentLabelControl(Component, ValueControl<String>) - Constructor for class io.guise.framework.component.EditComponentLabelControl
Label component and value control constructor with default Flow.LINE flow.
EditComponentLabelControl(Component, ValueControl<String>, Flow) - Constructor for class io.guise.framework.component.EditComponentLabelControl
Label component, value control, and flow constructor.
EditComponentLabelControl(Flow) - Constructor for class io.guise.framework.component.EditComponentLabelControl
Flow constructor with a default label component and text edit control.
EditComponentTextControl - Class in io.guise.framework.component
Control that allows a text component's text to be edited in-place.
EditComponentTextControl() - Constructor for class io.guise.framework.component.EditComponentTextControl
Default constructor with a default text component, default text edit control, and Flow.LINE layout.
EditComponentTextControl(Flow) - Constructor for class io.guise.framework.component.EditComponentTextControl
Flow constructor with a default text component and text edit control.
EditComponentTextControl(TextBox) - Constructor for class io.guise.framework.component.EditComponentTextControl
Text component constructor with default text edit control and Flow.LINE flow.
EditComponentTextControl(TextBox, Flow) - Constructor for class io.guise.framework.component.EditComponentTextControl
Text component and flow constructor with default text edit control.
EditComponentTextControl(TextBox, ValueControl<String>) - Constructor for class io.guise.framework.component.EditComponentTextControl
Text component and value control constructor with default Flow.LINE flow.
EditComponentTextControl(TextBox, ValueControl<String>, Flow) - Constructor for class io.guise.framework.component.EditComponentTextControl
Text component, value control, and flow constructor.
edited(EditEvent) - Method in interface io.guise.framework.event.EditListener
Called when a coarse-grained edit has occurred.
EditEvent - Class in io.guise.framework.event
An event indicating that coarse-grained editing occurred.
EditEvent(Object) - Constructor for class io.guise.framework.event.EditEvent
Source constructor.
EditEvent(Object, EditEvent) - Constructor for class io.guise.framework.event.EditEvent
Copy constructor that specifies a different source.
EditEvent(Object, Object) - Constructor for class io.guise.framework.event.EditEvent
Source and target constructor.
editLabel() - Method in class io.guise.framework.component.AbstractEditComponentTextControl
Initiates editing.
EditListenable - Interface in io.guise.framework.event
An object that allows the registration of edit listeners.
EditListener - Interface in io.guise.framework.event
An object that listens for edit events.
editValue() - Method in class io.guise.framework.model.AbstractListSelectEditor
 
editValue() - Method in interface io.guise.framework.model.ListSelectEditor
Edits the currently selected value in the list.
editValue(V, int, boolean) - Method in class io.guise.framework.model.AbstractListSelectEditor
Commences editing a value.
Effect - Interface in io.guise.framework.component.effect
Encapsulates information for a component effect.
ELEMENT_IMG_ATTRIBUTE_ORIGINAL_SRC - Static variable in interface io.guise.framework.platform.web.WebPlatform
The Guise image attribute indicating the original source location of the image.
ELEMENT_IMG_ATTRIBUTE_ROLLOVER_SRC - Static variable in interface io.guise.framework.platform.web.WebPlatform
The Guise image attribute indicating the source location of the image to be used for rollovers.
ELEMENT_TEXTAREA_ATTRIBUTE_MULTILINE - Static variable in interface io.guise.framework.platform.web.WebPlatform
The Guise textarea attribute indicating whether the user should be allowed to enter multiple physical lines; value is "true" or "false".
ElementState(URI, String, boolean) - Constructor for class io.guise.framework.platform.XMLDepictContext.ElementState
Constructor.
elffWriterInitializer - Variable in class io.guise.framework.platform.web.GuiseHTTPServlet
The initializer for initializing ELFF writers.
elffWriterUninitializer - Variable in class io.guise.framework.platform.web.GuiseHTTPServlet
The uninitializer for uninitializing ELFF writers.
ELLIPSE - Enum constant in enum io.guise.framework.component.CheckControl.CheckType
A round fill-in oval, such as a circle.
EM - Enum constant in enum io.guise.framework.geometry.Unit
The size of a font.
EmailAddressStringLiteralConverter - Class in io.guise.framework.converter
A converter that converts an EmailAddress from and to a string literal.
EmailAddressStringLiteralConverter() - Constructor for class io.guise.framework.converter.EmailAddressStringLiteralConverter
 
EMPTY_RECTANGLE - Static variable in class io.guise.framework.geometry.Rectangle
A predefined rectangle with zero size on the zero plane.
Enableable - Interface in io.guise.framework.model
An object that can be enabled or disabled.
ENABLED_PROPERTY - Static variable in interface io.guise.framework.model.Enableable
The enabled bound property.
enabledPropertyChange(boolean, boolean) - Method in class io.guise.framework.component.AbstractLayoutControl
Called when the enabled property changes.
enabledPropertyChange(boolean, boolean) - Method in class io.guise.framework.component.DateTimeControl
Called when the enabled property changes.
encode(String) - Method in class io.guise.framework.platform.AbstractTextDepictContext
Encodes text information for writing.
encode(String) - Method in class io.guise.framework.platform.AbstractXMLDepictContext
Encodes text information for writing.
END - Enum constant in enum io.guise.framework.input.Key
Key definition
END - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
endModal(R) - Method in class io.guise.framework.component.AbstractModalFrame
Ends this frame's modal interaction and navigates either to the previous modal navigation or to this frame's referring URI, if any.
endModal(R) - Method in class io.guise.framework.component.AbstractModalNavigationPanel
Ends this navigation panel's modal interaction and navigates either to the previous modal navigation or to this navigation panel's referring URI, if any.
endModal(R) - Method in class io.guise.framework.component.DefaultModalNavigationPanel
 
endModalNavigation(ModalNavigationPanel<?>) - Method in class io.guise.framework.AbstractGuiseSession
 
endModalNavigation(ModalNavigationPanel<?>) - Method in interface io.guise.framework.GuiseSession
Ends modal interaction for a particular modal panel.
ENTER - Enum constant in enum io.guise.framework.input.Key
Key definition
ENTER - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
Environment - Interface in io.guise.framework.platform
Access to the platform user local environment.
ENVIRONMENT_PROPERTY - Static variable in interface io.guise.framework.GuiseApplication
The environment bound property.
equals(Object) - Method in class io.guise.framework.AbstractDestination
equals(Object) - Method in class io.guise.framework.Bookmark
equals(Object) - Method in class io.guise.framework.component.AbstractComponent
equals(Object) - Method in class io.guise.framework.component.layout.Orientation
@return true if the given object is another orientation with the same line and page directions.
equals(Object) - Method in class io.guise.framework.geometry.Dimensions
equals(Object) - Method in class io.guise.framework.geometry.Extent
equals(Object) - Method in class io.guise.framework.geometry.Point
equals(Object) - Method in class io.guise.framework.geometry.Rectangle
equals(Object) - Method in class io.guise.framework.input.KeystrokeInput
equals(Object) - Method in class io.guise.framework.input.MouseClickInput
equals(Object) - Method in class io.guise.framework.model.DefaultListSelectModel.ValueState
equals(Object) - Method in class io.guise.framework.model.TableModel.Cell
Determines whether the given object is equal to this object.
equals(Object) - Method in class io.guise.framework.platform.AbstractDepictedObject
equals(Object) - Method in class io.guise.framework.platform.web.css.ClassSelector
 
equals(Object) - Method in class io.guise.framework.platform.web.css.IDSelector
 
equals(Object) - Method in class io.guise.framework.platform.web.css.PseudoClass
 
equals(Object) - Method in class io.guise.framework.platform.web.css.TypeSelector
 
equals(Object) - Method in class io.guise.framework.style.AbstractModeledColor
equals(Object) - Method in class io.guise.framework.style.ResourceColor
ERROR - Enum constant in enum io.guise.framework.component.Control.Status
The input is incorrect.
ERROR - Enum constant in enum io.guise.framework.model.InformationLevel
Indicates an unexpected condition representing an error.
ERROR - Enum constant in enum io.guise.framework.model.Notification.Severity
Indicates an unexpected condition representing an error.
ERROR_CLASS - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class indicating error status.
ESCAPE - Enum constant in enum io.guise.framework.input.Key
Key definition
ESCAPE - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
EUR_CURRENCY - Static variable in interface io.guise.framework.converter.NumberStringLiteralConverter
Euro currency.
EX - Enum constant in enum io.guise.framework.geometry.Unit
The x-height of a font.
EXCLUSIVE - Enum constant in enum io.guise.framework.component.Frame.Mode
Exclusive mode.
exists(GuiseSession, URIPath, Bookmark, URI) - Method in class io.guise.framework.AbstractDestination
 
exists(GuiseSession, URIPath, Bookmark, URI) - Method in interface io.guise.framework.Destination
Determines if the given path does indeed exist for this destination.
exists(HttpServletRequest, URI) - Method in class io.guise.framework.platform.web.GuiseHTTPServlet
EXPANDED_PROPERTY - Static variable in interface io.guise.framework.model.TreeNodeModel
The expanded bound property.
ExportStrategy<C extends Component> - Interface in io.guise.framework.component.transfer
A strategy for exporting data from a component.
exportTransfer() - Method in class io.guise.framework.component.AbstractComponent
 
exportTransfer() - Method in interface io.guise.framework.component.Component
Exports data from the component.
exportTransfer() - Method in class io.guise.framework.platform.AbstractDepictedObject
 
exportTransfer() - Method in interface io.guise.framework.platform.DepictedObject
Exports data from the depicted object.
exportTransfer(C) - Method in interface io.guise.framework.component.transfer.ExportStrategy
Exports data from the given component.
Extent - Class in io.guise.framework.geometry
A measurement such as a length, area, or volume.
Extent(double) - Constructor for class io.guise.framework.geometry.Extent
Value constructor for a one-dimensional pixel extent.
Extent(double, Unit) - Constructor for class io.guise.framework.geometry.Extent
Value and unit constructor with a degree of one.
Extent(double, Unit, int) - Constructor for class io.guise.framework.geometry.Extent
Value, unit, and degree constructor.

F

F1 - Enum constant in enum io.guise.framework.input.Key
Key definition
F1 - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
F10 - Enum constant in enum io.guise.framework.input.Key
Key definition
F10 - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
F11 - Enum constant in enum io.guise.framework.input.Key
Key definition
F11 - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
F12 - Enum constant in enum io.guise.framework.input.Key
Key definition
F12 - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
F2 - Enum constant in enum io.guise.framework.input.Key
Key definition
F2 - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
F3 - Enum constant in enum io.guise.framework.input.Key
Key definition
F3 - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
F4 - Enum constant in enum io.guise.framework.input.Key
Key definition
F4 - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
F5 - Enum constant in enum io.guise.framework.input.Key
Key definition
F5 - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
F6 - Enum constant in enum io.guise.framework.input.Key
Key definition
F6 - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
F7 - Enum constant in enum io.guise.framework.input.Key
Key definition
F7 - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
F8 - Enum constant in enum io.guise.framework.input.Key
Key definition
F8 - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
F9 - Enum constant in enum io.guise.framework.input.Key
Key definition
F9 - Enum constant in enum io.guise.framework.platform.web.KeyCode
Key code definition.
Facebook - Class in io.guise.framework.platform.web.facebook
Values and definitions for working with Facebook.
Facebook() - Constructor for class io.guise.framework.platform.web.facebook.Facebook
 
FACEBOOK_PLUGIN_LIKE_URI - Static variable in class io.guise.framework.platform.web.facebook.Facebook
The URI for the Facebook Like plugin.
FAIL - Enum constant in enum io.guise.framework.model.Notification.Option
Fail.
FAR - Enum constant in enum io.guise.framework.component.layout.Flow.End
The far end of the flow.
FELDSPAR - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
fetched(CacheFetchEvent<Q, V>) - Method in class io.guise.framework.model.CachedImageModel.CachedImageListener
 
FILE_BROWSE - Enum constant in enum io.guise.framework.platform.web.AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand
The command to allow the user to browse to select a file.
FILE_CANCEL - Enum constant in enum io.guise.framework.platform.web.AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand
The command to cancel a transfer.
FILE_UPLOAD - Enum constant in enum io.guise.framework.platform.web.AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand
The command to initiate an upload.
FILEDATA_FORM_FIELD_NAME - Static variable in class io.guise.framework.platform.web.adobe.Flash
The field name Flash uses for flash.net.FileReference multipart/form-data uploads.
FileItemResourceImport - Class in io.guise.framework.model
A resource import that accesses a web file upload through the Apache commons file item interface.
FileItemResourceImport(FileItem) - Constructor for class io.guise.framework.model.FileItemResourceImport
File item constructor.
FILENAME_EXTENSION - Static variable in class io.guise.framework.theme.Theme
The extension for Guise theme resource names.
findConcern(Class<C>) - Method in class io.guise.framework.AbstractGuiseApplication
 
findConcern(Class<C>) - Method in class io.guise.framework.AbstractGuiseSession
 
findConcern(Class<C>) - Method in class io.guise.framework.GuiseSessionThreadGroup
 
finish() - Method in class io.guise.framework.component.SequenceCardPanel
Finishes the sequence.
FINISH - Enum constant in enum io.guise.framework.model.SequenceTransition
Finish the sequence.
FIRE_BRICK - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
fireActionPerformed(int, int) - Method in class io.guise.framework.component.AbstractActionControl
Fires an action event to all registered action listeners.
fireActionPerformed(int, int) - Method in class io.guise.framework.component.AbstractMenu
Fires an action event to all registered action listeners.
fireActionPerformed(int, int) - Method in class io.guise.framework.component.ImageActionControl
Fires an action event to all registered action listeners.
fireActionPerformed(int, int) - Method in class io.guise.framework.component.TreeControl
Fires an action event to all registered action listeners.
fireActionPerformed(int, int) - Method in class io.guise.framework.model.DefaultActionModel
Fires an action event to all registered action listeners.
fireActionPerformed(int, int) - Method in class io.guise.framework.model.DefaultTreeModel
Fires an action event to all registered action listeners.
fireActionPerformed(int, int) - Method in class io.guise.framework.model.DefaultTreeNodeModel
Fires an action event to all registered action listeners.
fireActionPerformed(int, int) - Method in class io.guise.framework.prototype.AbstractActionPrototype
Fires an action event to all registered action listeners.
fireActionPerformed(int, int) - Method in class io.guise.framework.prototype.ProxyActionPrototype
Fires an action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class io.guise.framework.component.AbstractActionControl
Fires a given action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class io.guise.framework.component.AbstractMenu
Fires a given action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class io.guise.framework.component.ImageActionControl
Fires a given action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class io.guise.framework.component.TreeControl
Fires a given action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class io.guise.framework.model.DefaultActionModel
Fires a given action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class io.guise.framework.model.DefaultTreeModel
Fires a given action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class io.guise.framework.model.DefaultTreeNodeModel
Fires a given action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class io.guise.framework.prototype.AbstractActionPrototype
Fires a given action event to all registered action listeners.
fireActionPerformed(ActionEvent) - Method in class io.guise.framework.prototype.ProxyActionPrototype
Fires a given action event to all registered action listeners.
fireChildComponentAdded(Component) - Method in class io.guise.framework.component.AbstractCompositeComponent
Fires a component added event to all registered composite component listeners.
fireChildComponentAdded(ComponentEvent) - Method in class io.guise.framework.component.AbstractCompositeComponent
Fires a given component added event to all registered composite component listeners.
fireChildComponentAdded(ComponentEvent) - Method in class io.guise.framework.component.AbstractListSelectContainerControl
Fires a given component added event to all registered composite component listeners.
fireChildComponentRemoved(Component) - Method in class io.guise.framework.component.AbstractCompositeComponent
Fires a component removed event to all registered composite component listeners.
fireChildComponentRemoved(ComponentEvent) - Method in class io.guise.framework.component.AbstractCompositeComponent
Fires a given component removed event to all registered composite component listeners.
fireChildComponentRemoved(ComponentEvent) - Method in class io.guise.framework.component.AbstractListSelectContainerControl
Fires a given component removed event to all registered composite component listeners.
fireConstraintsPropertyChange(Component, T, String, V, V) - Method in class io.guise.framework.component.layout.AbstractLayout
Reports that the bound property of a component's constraints has changed.
fireEdited() - Method in class io.guise.framework.component.AbstractEditComponentTextControl
Fires an edit event to all registered edit listeners.
fireEdited() - Method in class io.guise.framework.component.AbstractEditValueControl
Fires an edit event to all registered edit listeners.
fireEdited() - Method in class io.guise.framework.component.AbstractEditValuePanel
Fires an edit event to all registered edit listeners.
fireEdited() - Method in class io.guise.framework.component.Table
Fires an edit event to all registered edit listeners.
fireEdited(EditEvent) - Method in class io.guise.framework.component.AbstractEditComponentTextControl
Fires a given edit event to all registered edit listeners.
fireEdited(EditEvent) - Method in class io.guise.framework.component.AbstractEditValueControl
Fires a given edit event to all registered edit listeners.
fireEdited(EditEvent) - Method in class io.guise.framework.component.AbstractEditValuePanel
Fires a given edit event to all registered edit listeners.
fireEdited(EditEvent) - Method in class io.guise.framework.component.Table
Fires a given edit event to all registered edit listeners.
FIREFOX - Enum constant in enum io.guise.framework.platform.web.WebUserAgentProduct.Brand
The Firefox browser.
fireInputEvent(InputEvent) - Method in class io.guise.framework.component.AbstractComponent
 
fireInputEvent(InputEvent) - Method in interface io.guise.framework.component.Component
Fire the given even to all registered listeners, if any.
fireListModified(int, V, V) - Method in class io.guise.framework.component.AbstractListSelectControl
Fires an event to all registered list listeners indicating the list was modified.
fireListModified(int, V, V) - Method in class io.guise.framework.model.DefaultListSelectModel
Fires an event to all registered list listeners indicating the list was modified.
fireNavigated(Component, NavigationEvent) - Method in class io.guise.framework.AbstractGuiseSession
Fires a NavigationEvent to all NavigationListeners in the given component hierarchy.
fireNavigated(URI) - Method in class io.guise.framework.AbstractGuiseSession
 
fireNavigated(URI) - Method in interface io.guise.framework.GuiseSession
Fires a NavigationEvent to all NavigationListeners in the session application frame hierarchy.
fireNotified(NotificationEvent) - Method in class io.guise.framework.component.AbstractComponent
Fires an event to all registered notification listeners with the new notification information.
fireNotified(Notification) - Method in class io.guise.framework.component.AbstractComponent
Fires an event to all registered notification listeners with the new notification information.
fireProgressed() - Method in class io.guise.framework.platform.PlatformFileUploadTask
Fires a progress event to all registered progress listeners with the current .
fireProgressed(long, long) - Method in class io.guise.framework.audio.Audio
Fires a progress event to all registered progress listeners.
fireProgressed(TaskState, long, long) - Method in class io.guise.framework.platform.AbstractPlatformFile
Fires a progress event to all registered progress listeners.
fireProgressed(TaskState, long, long) - Method in class io.guise.framework.platform.web.WebPlatformFile
 
fireProgressed(ProgressEvent<Long>) - Method in class io.guise.framework.audio.Audio
Fires a given progress event to all registered progress listeners.
fireProgressed(ProgressEvent<Long>) - Method in class io.guise.framework.component.PlatformFileUploadPanel
Fires a given progress event to all registered progress listeners.
fireProgressed(ProgressEvent<Long>) - Method in class io.guise.framework.component.ResourceCollectControl
Fires a given progress event to all registered progress listeners.
fireProgressed(ProgressEvent<Long>) - Method in class io.guise.framework.platform.AbstractPlatformFile
Fires a given progress event to all registered progress listeners.
fireProgressed(ProgressEvent<Long>) - Method in class io.guise.framework.platform.PlatformFileUploadTask
Fires a given progress event to all registered progress listeners.
fireProgressed(String, TaskState, long, long) - Method in class io.guise.framework.component.ResourceCollectControl
Fires a progress event to all registered progress listeners.
firePropertyChange(String, VV, VV) - Method in class io.guise.framework.component.AbstractActionValueControl
firePropertyChange(String, VV, VV) - Method in class io.guise.framework.component.AbstractContainerValueControl
firePropertyChange(String, VV, VV) - Method in class io.guise.framework.component.AbstractDialogFrame
firePropertyChange(String, VV, VV) - Method in class io.guise.framework.component.AbstractLayoutValueControl
firePropertyChange(String, VV, VV) - Method in class io.guise.framework.component.AbstractListSelectContainerControl
firePropertyChange(String, VV, VV) - Method in class io.guise.framework.component.AbstractListSelectControl
fireProxiedPrototypeBoundPropertyChanges(P, P) - Method in class io.guise.framework.prototype.AbstractEnableableProxyPrototype
Fires appropriate property change events for the bound properties of the proxied prototype This implementation fires property change events for the following properties: LabelModel.LABEL_PROPERTY LabelModel.LABEL_CONTENT_TYPE_PROPERTY LabelModel.GLYPH_URI_PROPERTY InfoModel.DESCRIPTION_PROPERTY InfoModel.DESCRIPTION_CONTENT_TYPE_PROPERTY InfoModel.INFO_PROPERTY InfoModel.INFO_CONTENT_TYPE_PROPERTY
fireProxiedPrototypeBoundPropertyChanges(P, P) - Method in class io.guise.framework.prototype.AbstractProxyPrototype
Fires appropriate property change events for the bound properties of the proxied prototype This implementation fires property change events for the following properties: LabelModel.LABEL_PROPERTY LabelModel.LABEL_CONTENT_TYPE_PROPERTY LabelModel.GLYPH_URI_PROPERTY InfoModel.DESCRIPTION_PROPERTY InfoModel.DESCRIPTION_CONTENT_TYPE_PROPERTY InfoModel.INFO_PROPERTY InfoModel.INFO_CONTENT_TYPE_PROPERTY
fireSelectionChanged(Integer, Integer) - Method in class io.guise.framework.component.AbstractListSelectContainerControl
Fires an event to all registered selection listeners indicating the selection changed.
fireSelectionChanged(Integer, Integer) - Method in class io.guise.framework.component.AbstractListSelectControl
Fires an event to all registered selection listeners indicating the selection changed.
fireSelectionChanged(Integer, Integer) - Method in class io.guise.framework.model.DefaultListSelectModel
Fires an event to all registered selection listeners indicating the selection changed.
FIRST - Enum constant in enum io.guise.framework.model.SequenceTransition
Transition to the first item in a sequence.
FIXED_PROPERTY - Static variable in class io.guise.framework.component.layout.RegionLayout
The bound property of the fixed setting.
Flash - Class in io.guise.framework.component
A component representing a Macromedia Flash object.
Flash - Class in io.guise.framework.platform.web.adobe
Information related to Adobe Flash.
Flash() - Constructor for class io.guise.framework.component.Flash
 
Flash() - Constructor for class io.guise.framework.platform.web.adobe.Flash
 
FLASH_CLASS_ID - Static variable in class io.guise.framework.platform.web.WebFlashDepictor
The Shockwave Flash player class ID.
FLASH_MEDIA_TYPE - Static variable in class io.guise.framework.platform.web.WebFlashDepictor
The media type for Flash objects.
FLASH_URI_PROPERTY - Static variable in class io.guise.framework.component.Flash
The flash URI bound property.
FloatStringLiteralConverter - Class in io.guise.framework.converter
A converter that converts a Float from and to a string literal.
FloatStringLiteralConverter() - Constructor for class io.guise.framework.converter.FloatStringLiteralConverter
Default constructor with a default number style.
FloatStringLiteralConverter(NumberStringLiteralConverter.Style) - Constructor for class io.guise.framework.converter.FloatStringLiteralConverter
Style constructor.
FloatStringLiteralConverter(NumberStringLiteralConverter.Style, Currency) - Constructor for class io.guise.framework.converter.FloatStringLiteralConverter
Style, and currency constructor.
FLORAL_WHITE - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
Flow - Enum in io.guise.framework.component.layout
Indicates a logical flow axis.
FLOW_PROPERTY - Static variable in class io.guise.framework.component.layout.AbstractFlowLayout
The bound property of the flow.
FLOW_PROPERTY - Static variable in class io.guise.framework.component.SliderControl
The flow bound property.
FLOW_REGION_COUNT - Static variable in enum io.guise.framework.component.layout.Region
The number of regions for each of the the line and page flows.
Flow.Direction - Enum in io.guise.framework.component.layout
The flow direction for a line or page, relative to the origin in the top, left-hand corner of the area.
Flow.End - Enum in io.guise.framework.component.layout
Indicates an end of a flow, relative to a direction.
FlowConstraints - Class in io.guise.framework.component.layout
Constraints on individual component flow.
FlowConstraints() - Constructor for class io.guise.framework.component.layout.FlowConstraints
 
FlowLayout - Class in io.guise.framework.component.layout
A layout that flows information along an axis.
FlowLayout() - Constructor for class io.guise.framework.component.layout.FlowLayout
Default constructor with Flow.PAGE layout.
FlowLayout(Flow) - Constructor for class io.guise.framework.component.layout.FlowLayout
Flow constructor with no wrapping.
FlowLayout(Flow, boolean) - Constructor for class io.guise.framework.component.layout.FlowLayout
Flow and wrap constructor.
FlowOrientation - Enum in io.guise.framework.component.layout
The orientation of a particular flow; its axis and direction.
FLYOVER_ENABLED_PROPERTY - Static variable in interface io.guise.framework.component.Component
The bound property of whether the component has flyovers enabled.
FLYOVER_STRATEGY_PROPERTY - Static variable in interface io.guise.framework.component.Component
The bound property of the strategy controlling flyovers.
FlyoverFrame - Interface in io.guise.framework.component
A frame for flyovers.
FOCUS - Enum constant in enum io.guise.framework.platform.web.WebPlatformEventType
A focus change.
FocusedInputEvent - Interface in io.guise.framework.event
An input event such as a keypress that is directed towards the component with input focus.
FONT_FAMILIES_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the font families.
FONT_SIZE_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the font size.
FONT_STYLE_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the font style.
FONT_WEIGHT_BOLD - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bold font weight.
FONT_WEIGHT_NORMAL - Static variable in interface io.guise.framework.model.ui.PresentationModel
The normal font weight.
FONT_WEIGHT_PROPERTY - Static variable in interface io.guise.framework.model.ui.PresentationModel
The bound property of the font weight.
FontStyle - Enum in io.guise.framework.style
The style of a font.
FOOTER - Enum constant in enum io.guise.framework.component.SectionComponent.SectionType
A footer of a larger section.
FOREST_GREEN - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
FORM_ID_SEGMENT - Static variable in class io.guise.framework.platform.web.WebApplicationFrameDepictor
The ID segment for the form.
Frame - Interface in io.guise.framework.component
A root-level component such as a window or an HTML page.
FRAME_CLOSE_CLASS_SUFFIX - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class suffix identifying the frame close control.
FRAME_CLOSED_CLASS - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class for a closed frame.
FRAME_MENU_CLASS_SUFFIX - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class suffix identifying the frame menu.
FRAME_MODAL_CLASS - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class for an open, modal frame.
FRAME_NONMODAL_CLASS - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class for an open, nonmodal frame.
FRAME_TETHER_CLASS_SUFFIX - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class suffix identifying the frame tether.
FRAME_TITLE_CLASS_SUFFIX - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class suffix identifying the frame title.
FRAME_TITLE_CONTROLS_CLASS_SUFFIX - Static variable in class io.guise.framework.platform.web.GuiseCSSStyleConstants
The CSS class suffix identifying the frame title controls.
Frame.Mode - Enum in io.guise.framework.component
The mode of this component; whether the frame is in exclusive interaction with the user.
Frame.State - Enum in io.guise.framework.component
The state of the frame.
FrameMenuToolPrototypeProvisionStrategy - Class in io.guise.framework.prototype
The default strategy for keeping track of prototype providers and working with provisioned prototypes, merging them into the current menu and/or a toolbar of a frame.
FrameMenuToolPrototypeProvisionStrategy(Frame, PrototypeProvider...) - Constructor for class io.guise.framework.prototype.FrameMenuToolPrototypeProvisionStrategy
Frame prototype providers constructor.
FRONT - Enum constant in enum io.guise.framework.geometry.Side
The back side.
FUCHSIA - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
FULL - Enum constant in enum io.guise.framework.converter.DateStringLiteralStyle
A completely specified representation, such as Tuesday, April 12, 1952 AD.
FULL - Enum constant in enum io.guise.framework.converter.TimeStringLiteralStyle
A completely specified representation, such as 3:30:42pm PST

G

GAINSBORO - Static variable in class io.guise.framework.style.RGBColor
RGB color definition.
GAP_AFTER_PROPERTY - Static variable in class io.guise.framework.component.layout.AbstractFlowLayout
The bound property of the gap after flowed components.
GAP_BEFORE_PROPERTY - Static variable in class io.guise.framework.component.layout.AbstractFlowLayout
The bound property of the gap before flowed components.
GAP_BETWEEN_PROPERTY - Static variable in class io.guise.framework.component.layout.AbstractFlowLayout
The bound property of the gap between flowed components.
gatherPrototypeProvisions() - Method in class io.guise.framework.prototype.AbstractPrototypeProvisionStrategy
Gather prototype provisions from the known prototype providers.
GENERAL_PROPERTY - Static variable in interface io.guise.framework.platform.Depictor
The property indicating general depicted object changes.
GENERAL_SIBLING - Enum constant in enum io.guise.framework.platform.web.css.Combinator
General sibling.
generateDepictID() - Method in class io.guise.framework.platform.AbstractPlatform
 
generateDepictID() - Method in interface io.guise.framework.platform.Platform
Generates a new depict ID unique to this session platform.
GestureInput - Interface in io.guise.framework.input
An encapsulation of user input from a gesture.
GestureInputEvent - Interface in io.guise.framework.event
An event providing information on input from a user gesture.
get(int) - Method in class io.guise.framework.component.AbstractContainer
 
get(int) - Method in class io.guise.framework.component.AbstractListCompositeComponent
Returns the component at the specified index in the component.
get(int) - Method in class io.guise.framework.component.AbstractListSelectControl
 
get(int) - Method in interface io.guise.framework.component.Container
Returns the component at the specified index in the container.
get(int) - Method in class io.guise.framework.model.DefaultListSelectModel
 
getAbbreviation() - Method in enum io.guise.framework.geometry.CompassPoint
 
getAboutApplicationActionPrototype() - Method in class io.guise.framework.AbstractGuiseSession
 
getAboutApplicationActionPrototype() - Method in interface io.guise.framework.GuiseSession
 
getAbsoluteAlpha8() - Method in class io.guise.framework.style.RGBColor
 
getAbsoluteBlue8() - Method in class io.guise.framework.style.RGBColor
 
getAbsoluteComponent(C, int) - Method in class io.guise.framework.style.AbstractModeledColor
 
getAbsoluteComponent(C, int) - Method in interface io.guise.framework.style.ModeledColor
Determines the absolute value of the given color component with the given bit depth.
getAbsoluteGreen8() - Method in class io.guise.framework.style.RGBColor
 
getAbsoluteRed8() - Method in class io.guise.framework.style.RGBColor
 
getAcceptActionPrototype() - Method in class io.guise.framework.component.AbstractEditComponentTextControl
 
getAcceptedContentTypes() - Method in interface io.guise.framework.platform.ClientProduct
 
getAcceptedContentTypes() - Method in class io.guise.framework.platform.web.DefaultWebUserAgentProduct
 
getAcceptedContentTypes() - Method in class io.guise.framework.validator.ResourceImportValidator
 
getAcceptedExtensions() - Method in class io.guise.framework.validator.ResourceImportValidator
 
getAction() - Method in class io.guise.framework.coupler.ActionCardCoupler
 
getActionID() - Method in class io.guise.framework.platform.web.WebActionDepictEvent
 
getActionInputID(ApplicationFrame) - Static method in class io.guise.framework.platform.web.WebApplicationFrameDepictor
Determines the ID to be used for the hidden field associated with the given application frame.
getActionListeners() - Method in class io.guise.framework.component.AbstractActionControl
 
getActionListeners() - Method in class io.guise.framework.component.AbstractMenu
 
getActionListeners() - Method in class io.guise.framework.component.ImageActionControl
 
getActionListeners() - Method in class io.guise.framework.component.TreeControl
 
getActionListeners() - Method in interface io.guise.framework.model.ActionModel
 
getActionListeners() - Method in class io.guise.framework.model.DefaultActionModel
 
getActionListeners() - Method in class io.guise.framework.model.DefaultTreeModel
 
getActionListeners() - Method in class io.guise.framework.model.DefaultTreeNodeModel
 
getActionListeners() - Method in class io.guise.framework.prototype.AbstractActionPrototype
 
getActionListeners() - Method in class io.guise.framework.prototype.ProxyActionPrototype
 
getActionModel() - Method in class io.guise.framework.component.AbstractActionControl
 
getActionModel() - Method in class io.guise.framework.component.AbstractMenu
 
getActionModel() - Method in class io.guise.framework.component.ImageActionControl
 
getAddedElement() - Method in class io.guise.framework.event.CollectionEvent
 
getAdditionalNameControl() - Method in class io.guise.framework.component.text.directory.vcard.NamePanel
 
getAddSelectedIndices(ListSelectModel<V>, int[]) - Method in class io.guise.framework.model.AbstractListSelectionPolicy
Determines which requested indices may be added to the selection.
getAddSelectedIndices(ListSelectModel<V>, int[]) - Method in interface io.guise.framework.model.ListSelectionPolicy
Determines which requested indices may be added to the selection.
getAddSelectedIndices(ListSelectModel<V>, int[]) - Method in class io.guise.framework.model.SingleListSelectionPolicy
Determines which requested indices may be added to the selection.
getAdvanceActionPrototype() - Method in class io.guise.framework.controller.SequenceTaskController
 
getAlign(double, Axis, Flow.Direction) - Method in class io.guise.framework.platform.web.AbstractWebLayoutComponentDepictor
Determines the alignment string for an alignment on a particular axis.
getAlignment() - Method in class io.guise.framework.component.layout.AbstractFlowConstraints
 
getAlignment() - Method in class io.guise.framework.component.layout.AbstractFlowLayout
 
getAlignment(Flow) - Method in class io.guise.framework.component.layout.RegionConstraints
Returns the alignment of the indicated flow relative to the beginning of the alignment axis.
getAlignment(Flow) - Method in class io.guise.framework.component.layout.RegionLayout
Returns the default alignment of the indicated flow relative to the beginning of the alignment axis.
getAlpha() - Method in class io.guise.framework.style.RGBColor
 
getAncestor(Class<A>) - Method in class io.guise.framework.component.AbstractComponent
 
getAncestor(Class<A>) - Method in interface io.guise.framework.component.Component
Retrieves the first ancestor of the given type.
getApplication() - Method in class io.guise.framework.AbstractGuiseSession
 
getApplication() - Method in interface io.guise.framework.GuiseSession
 
getApplication() - Method in class io.guise.framework.platform.AbstractPlatform
 
getApplication() - Method in interface io.guise.framework.platform.Platform
 
getApplicationFrame() - Method in class io.guise.framework.AbstractGuiseSession
 
getApplicationFrame() - Method in interface io.guise.framework.GuiseSession
 
getApplications() - Method in class io.guise.framework.AbstractGuiseContainer
 
getApplications() - Method in interface io.guise.framework.GuiseContainer
 
getApply() - Method in class io.guise.framework.theme.Rule
 
getAssetInputStream(String) - Method in class io.guise.framework.Guise
Retrieves an input stream to a Guise asset keyed to its location.
getAssetURL(URIPath, GuiseSession) - Method in class io.guise.framework.AbstractGuiseApplication
 
getAssetURL(URIPath, GuiseSession) - Method in interface io.guise.framework.GuiseApplication
Returns a URL to the asset at the given path.
getAssetURL(String) - Method in class io.guise.framework.Guise
Retrieves a URL to a Guise asset keyed to its location.
getAttributeHashAttributeQualifiedName() - Method in class io.guise.framework.platform.AbstractXMLDepictContext
 
getAttributeHashAttributeQualifiedName() - Method in class io.guise.framework.platform.web.HTTPServletWebDepictContext
 
getAttributeMap() - Method in class io.guise.framework.platform.XMLDepictContext.ElementState
 
getAttributeValue(NsQualifiedName, NsQualifiedName, String) - Method in class io.guise.framework.platform.AbstractXMLDepictContext
Retrieves the value of a given attribute.
getAudioContentType() - Method in class io.guise.framework.audio.Audio
 
getAudioURI() - Method in class io.guise.framework.audio.Audio
 
getAutoCommitPattern() - Method in class io.guise.framework.component.AbstractTextControl
 
getAxis() - Method in enum io.guise.framework.component.layout.FlowOrientation
 
getAxis() - Method in class io.guise.framework.component.TabContainerControl
 
getAxis() - Method in class io.guise.framework.component.TabControl
 
getAxis() - Method in enum io.guise.framework.geometry.Side
 
getAxis(Flow) - Method in class io.guise.framework.component.layout.Orientation
Determines the axis for the particular flow.
getBackgroundColor() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getBackgroundColor() - Method in interface io.guise.framework.model.ui.PresentationModel
 
getBackgroundColor() - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
Determines the background color for rendering the component.
getBackgroundColor() - Method in class io.guise.framework.platform.web.WebSelectableLabelDepictor
Determines the background color for rendering the component.
getBasePath() - Method in class io.guise.framework.AbstractGuiseApplication
 
getBasePath() - Method in class io.guise.framework.AbstractGuiseContainer
 
getBasePath() - Method in interface io.guise.framework.GuiseApplication
Reports the base path of the application.
getBasePath() - Method in interface io.guise.framework.GuiseContainer
Reports the base path of the container.
getBasePlainLabel() - Method in class io.guise.framework.component.AbstractApplicationFrame
Retrieves the plain-text base title to use when constructing a label.
getBasePlainLabel() - Method in class io.guise.framework.component.DefaultApplicationFrame
Retrieves the plain-text base title to use when constructing a label.
getBaseStyleIDs(String, String) - Method in class io.guise.framework.platform.web.AbstractWebActionControlDepictor
Retrieves the base style IDs for the given component.
getBaseStyleIDs(String, String) - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
Retrieves the base style IDs for the given component.
getBaseStyleIDs(String, String) - Method in class io.guise.framework.platform.web.AbstractWebMenuDepictor
Retrieves the base style IDs for the given component.
getBaseStyleIDs(String, String) - Method in class io.guise.framework.platform.web.WebSliderDepictor
Retrieves the base style IDs for the given component.
getBaseStyleIDs(String, String) - Method in class io.guise.framework.platform.web.WebTabDepictor
Retrieves the base style IDs for the given component.
getBaseURI() - Method in class io.guise.framework.AbstractGuiseApplication
Reports the base URI where the application is installed.
getBaseURI() - Method in class io.guise.framework.AbstractGuiseContainer
 
getBaseURI() - Method in interface io.guise.framework.component.widget.Widget
Returns the base URI where the widget is embedded.
getBaseURI() - Method in class io.guise.framework.converter.BaseURIStringLiteralConverter
 
getBaseURI() - Method in interface io.guise.framework.GuiseContainer
Reports the base URI of the container.
getBearing() - Method in enum io.guise.framework.geometry.CompassPoint
 
getBlue() - Method in class io.guise.framework.style.RGBColor
 
getBodyLocalName() - Method in class io.guise.framework.platform.web.AbstractDecoratedWebComponentDepictor
Determines the local name of the body XML element.
getBodyLocalName() - Method in class io.guise.framework.platform.web.WebTextControlDepictor
Determines the local name of the body XML element.
getBodyNamespaceURI() - Method in class io.guise.framework.platform.web.AbstractDecoratedWebComponentDepictor
Determines the namespace URI of the body XML element.
getBodyStyleIDs(String, String) - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
Retrieves the style IDs for the main part of the component.
getBodyStyles() - Method in class io.guise.framework.platform.web.AbstractWebActionControlDepictor
Retrieves the styles for the body element of the component.
getBodyStyles() - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
Retrieves the styles for the body element of the component.
getBodyStyles() - Method in class io.guise.framework.platform.web.WebButtonDepictor
Retrieves the styles for the body element of the component.
getBodyStyles() - Method in class io.guise.framework.platform.web.WebDropMenuDepictor
Retrieves the styles for the body element of the component.
getBodyStyles() - Method in class io.guise.framework.platform.web.WebImageActionControlDepictor
Retrieves the styles for the body element of the component.
getBodyStyles() - Method in class io.guise.framework.platform.web.WebImageDepictor
Retrieves the styles for the body element of the component.
getBodyStyles() - Method in class io.guise.framework.platform.web.WebPictureDepictor
Retrieves the styles for the body element of the component.
getBodyStyles() - Method in class io.guise.framework.platform.web.WebToolButtonDepictor
Retrieves the styles for the body element of the component.
getBookmark() - Method in class io.guise.framework.AbstractGuiseSession
 
getBookmark() - Method in class io.guise.framework.event.NavigationEvent
 
getBookmark() - Method in interface io.guise.framework.GuiseSession
Reports the current bookmark relative to the current navigation path.
getBookmark() - Method in class io.guise.framework.platform.web.HTTPServletGuiseRequest
 
getBooleanResource(String) - Method in class io.guise.framework.AbstractGuiseSession
 
getBooleanResource(String) - Method in interface io.guise.framework.GuiseSession
Retrieves a Boolean resource from the resource bundle.
getBooleanResource(String, Boolean) - Method in class io.guise.framework.AbstractGuiseSession
 
getBooleanResource(String, Boolean) - Method in interface io.guise.framework.GuiseSession
Retrieves a Boolean resource from the resource bundle, using a specified default if no such resource is available.
getBorder(Flow) - Method in enum io.guise.framework.component.layout.Corner
Determines the border for the given flow.
getBorder(Flow, Flow.End) - Static method in enum io.guise.framework.component.layout.Border
Determines the border from the flow and end.
getBorder(Side) - Method in class io.guise.framework.component.layout.Orientation
Determines the border that appears on the given side.
getBorderColor(Border) - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getBorderColor(Border) - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the border color of the indicated border.
getBorderExtent(Border) - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getBorderExtent(Border) - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the border extent of the indicated border.
getBorderStyle(Border) - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getBorderStyle(Border) - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the border style of the indicated border.
getBrand() - Method in class io.guise.framework.platform.AbstractBrandedProduct
 
getBrand() - Method in interface io.guise.framework.platform.BrandedProduct
 
getBrand(String) - Static method in enum io.guise.framework.platform.web.WebUserAgentProduct.Brand
Retrieves a brand from a given user agent name.
getBreadcrumb(URIPath) - Method in class io.guise.framework.AbstractGuiseSession
Retrieves a breadcrumb for a particular navigation path.
getBreadcrumb(URIPath) - Method in interface io.guise.framework.GuiseSession
Retrieves a breadcrumb for a particular navigation path.
getBreadcrumbs(URIPath) - Method in class io.guise.framework.AbstractGuiseSession
Retrieves breadcrumbs for all the segments of a particular navigation path.
getBreadcrumbs(URIPath) - Method in interface io.guise.framework.GuiseSession
Retrieves breadcrumbs for all the segments of a particular navigation path.
getBrowseActionPrototype() - Method in class io.guise.framework.component.PlatformFileUploadPanel
 
getBrowserHeight() - Method in class io.guise.framework.platform.web.WebInitializeEvent
 
getBrowserWidth() - Method in class io.guise.framework.platform.web.WebInitializeEvent
 
getBuildDate() - Static method in class io.guise.framework.Guise
 
getBusyID(ApplicationFrame) - Static method in class io.guise.framework.platform.web.WebApplicationFrameDepictor
Determines the ID to be used for an element containing busy component information.
getButton() - Method in class io.guise.framework.event.MouseClickEvent
 
getButton() - Method in class io.guise.framework.input.MouseClickInput
 
getCache() - Method in class io.guise.framework.model.CachedImageModel
 
getCachedImageQuery() - Method in class io.guise.framework.model.CachedImageModel
 
getCachedImageURI() - Method in class io.guise.framework.model.CachedImageModel
 
getCalendarButton() - Method in class io.guise.framework.component.DateTimeControl
 
getCalendarContainer() - Method in class io.guise.framework.component.CalendarControl
 
getCalendarTables() - Method in class io.guise.framework.component.CalendarControl
 
getCancelActionPrototype() - Method in class io.guise.framework.component.PlatformFileUploadPanel
 
getCancelActionPrototype() - Method in class io.guise.framework.component.SequenceCardPanel
 
getCard() - Method in class io.guise.framework.coupler.AbstractCardCoupler
 
getCardControl() - Method in class io.guise.framework.coupler.AbstractCardCoupler
 
getCardLayout() - Method in class io.guise.framework.component.CardTabControl.CardRepresentationStrategy
 
getCards() - Method in class io.guise.framework.coupler.AbstractCardCoupler
 
getCategories() - Method in class io.guise.framework.AbstractDestination
 
getCategories() - Method in class io.guise.framework.Category
 
getCategories() - Method in interface io.guise.framework.Destination
 
getCell() - Method in class io.guise.framework.component.Table.DefaultCellMessage
 
getCell() - Method in class io.guise.framework.component.Table.DefaultCellValueModel
 
getCellRepresentationStrategy(TableColumnModel<V>) - Method in class io.guise.framework.component.Table
Returns the given cell representation strategy assigned to produce representation components for the given column.
getCellRepresentationStrategy(Class<V>) - Method in class io.guise.framework.component.Table
Returns the given cell representation strategy assigned to produce representation components for the given value class.
getCellValue(int, TableColumnModel<C>) - Method in class io.guise.framework.component.Table
 
getCellValue(int, TableColumnModel<C>) - Method in class io.guise.framework.model.AbstractListSelectTableModel
 
getCellValue(int, TableColumnModel<C>) - Method in class io.guise.framework.model.CalendarMonthTableModel
 
getCellValue(int, TableColumnModel<C>) - Method in class io.guise.framework.model.DefaultTableModel
 
getCellValue(int, TableColumnModel<C>) - Method in interface io.guise.framework.model.TableModel
Returns the cell value at the given row and column.
getCellValue(TableModel.Cell<C>) - Method in class io.guise.framework.component.Table
 
getCellValue(TableModel.Cell<C>) - Method in class io.guise.framework.model.AbstractListSelectTableModel
 
getCellValue(TableModel.Cell<C>) - Method in class io.guise.framework.model.AbstractTableModel
 
getCellValue(TableModel.Cell<C>) - Method in interface io.guise.framework.model.TableModel
Returns the cell value for the given cell.
getCellValue(V, int, TableColumnModel<C>) - Method in class io.guise.framework.model.AbstractListSelectTableModel
Returns the value's property for the given column.
getCellValueModel(int, int) - Method in class io.guise.framework.model.AbstractListSelectTableModel
Returns the model representing the cell value at the given row and column.
getCheckControlName(CheckControl) - Method in class io.guise.framework.platform.web.WebCheckControlDepictor
Determines the identifier to place in the name attribute of the component's XHTML element.
getCheckType() - Method in class io.guise.framework.component.CheckControl
 
getChildComponents() - Method in class io.guise.framework.component.AbstractArrayCompositeComponent
 
getChildComponents() - Method in class io.guise.framework.component.AbstractContainer
 
getChildComponents() - Method in class io.guise.framework.component.AbstractListCompositeComponent
 
getChildComponents() - Method in class io.guise.framework.component.AbstractMultipleCompositeComponent
 
getChildComponents() - Method in class io.guise.framework.component.BooleanValueControlSelectControl
getChildComponents() - Method in interface io.guise.framework.component.CompositeComponent
 
getChildComponents(CompositeComponent, Class<C>, T, boolean, boolean) - Static method in class io.guise.framework.component.Components
Retrieves all child components that are instances of the of the given class.
getChildFrames() - Method in class io.guise.framework.component.AbstractApplicationFrame
 
getChildFrames() - Method in interface io.guise.framework.component.ApplicationFrame
 
getChildList() - Method in class io.guise.framework.component.AbstractApplicationFrame
Retrieves a list of all child components.
getChildList() - Method in class io.guise.framework.component.AbstractArrayCompositeComponent
Retrieves a list of all child components.
getChildren() - Method in class io.guise.framework.model.DefaultTreeNodeModel
Returns a list of children.
getChldren() - Method in class io.guise.framework.component.AbstractSingleCompositeComponent
 
getClass(MediaType) - Method in class io.guise.framework.component.transfer.AbstractObjectTransferable
Determines the class this content type matches.
getClassName() - Method in class io.guise.framework.platform.web.css.ClassSelector
 
getClassRules(Object) - Method in class io.guise.framework.theme.Theme
Retrieves the set of rules that selects the class of the given object, including parent classes.
getClientAcceptedLanguages() - Method in interface io.guise.framework.platform.ClientProduct
 
getClientAcceptedLanguages() - Method in class io.guise.framework.platform.web.DefaultWebUserAgentProduct
 
getClientProduct() - Method in interface io.guise.framework.platform.Platform
 
getClientProduct() - Method in class io.guise.framework.platform.web.HTTPServletWebPlatform
 
getClientProduct() - Method in interface io.guise.framework.platform.web.WebPlatform
 
getCloseActionControl() - Method in class io.guise.framework.component.AbstractFrame
 
getCloseActionControl() - Method in interface io.guise.framework.component.Frame
 
getCloseActionPrototype() - Method in class io.guise.framework.component.AbstractFrame
 
getCloseActionPrototype() - Method in interface io.guise.framework.component.Frame
 
getCode() - Method in enum io.guise.framework.platform.web.Button
 
getCode() - Method in enum io.guise.framework.platform.web.KeyCode
 
getCollatorInstance() - Method in class io.guise.framework.AbstractGuiseSession
 
getCollatorInstance() - Method in interface io.guise.framework.GuiseSession
 
getColor() - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
Determines the color for rendering the component.
getColor() - Method in class io.guise.framework.platform.web.WebSelectableLabelDepictor
Determines the color for rendering the component.
getColorDepth() - Method in class io.guise.framework.platform.web.WebInitializeEvent
 
getColorResource(String) - Method in class io.guise.framework.AbstractGuiseSession
 
getColorResource(String) - Method in interface io.guise.framework.GuiseSession
Retrieves a Color resource from the resource bundle.
getColorResource(String, Color) - Method in class io.guise.framework.AbstractGuiseSession
 
getColorResource(String, Color) - Method in interface io.guise.framework.GuiseSession
Retrieves a Color resource from the resource bundle, using a specified default if no such resource is available.
getColumn() - Method in class io.guise.framework.model.TableModel.Cell
 
getColumnCount() - Method in class io.guise.framework.component.AbstractTextControl
 
getColumnCount() - Method in class io.guise.framework.component.Table
 
getColumnCount() - Method in class io.guise.framework.model.AbstractListSelectTableModel
 
getColumnCount() - Method in class io.guise.framework.model.AbstractTableModel
 
getColumnCount() - Method in interface io.guise.framework.model.TableModel
 
getColumnIndex(TableColumnModel<?>) - Method in class io.guise.framework.component.Table
 
getColumnIndex(TableColumnModel<?>) - Method in class io.guise.framework.model.AbstractListSelectTableModel
 
getColumnIndex(TableColumnModel<?>) - Method in class io.guise.framework.model.AbstractTableModel
 
getColumnIndex(TableColumnModel<?>) - Method in interface io.guise.framework.model.TableModel
Determines the logical index of the given table column.
getColumnLabelDateFormat() - Method in class io.guise.framework.model.CalendarMonthTableModel
 
getColumnLabelDateStyle() - Method in class io.guise.framework.model.CalendarMonthTableModel
 
getColumnLabelFontFamilies(TableColumnModel<?>) - Method in class io.guise.framework.component.Table
Returns the label font families for a given column.
getColumnLabelFontSize(TableColumnModel<?>) - Method in class io.guise.framework.component.Table
Returns the label font size for a given column.
getColumnLabelFontStyle(TableColumnModel<?>) - Method in class io.guise.framework.component.Table
Returns the label font style for a given column.
getColumnLabelFontWeight(TableColumnModel<?>) - Method in class io.guise.framework.component.Table
Returns the label font weight for a given column.
getColumnPaddingExtent(TableColumnModel<?>, Border) - Method in class io.guise.framework.component.Table
Returns the padding extent of the indicated column border.
getColumnPaddingLineFarExtent(TableColumnModel<?>) - Method in class io.guise.framework.component.Table
Returns the padding extent of the column line far page near border.
getColumnPaddingLineNearExtent(TableColumnModel<?>) - Method in class io.guise.framework.component.Table
Returns the padding extent of the column line near page near border.
getColumnPaddingPageFarExtent(TableColumnModel<?>) - Method in class io.guise.framework.component.Table
Returns the padding extent of the column line far page far border.
getColumnPaddingPageNearExtent(TableColumnModel<?>) - Method in class io.guise.framework.component.Table
Returns the padding extent of the column line near page far border.
getColumns() - Method in class io.guise.framework.component.Table
 
getColumns() - Method in class io.guise.framework.model.AbstractListSelectTableModel
 
getColumns() - Method in class io.guise.framework.model.AbstractTableModel
 
getColumns() - Method in interface io.guise.framework.model.TableModel
 
getColumnUIModel(TableColumnModel<?>) - Method in class io.guise.framework.component.Table
Retrieves the UI model for the given column.
getCommand() - Method in class io.guise.framework.event.ActionEvent
Determines the conventional command represented by this action.
getCommand() - Method in class io.guise.framework.event.CommandEvent
 
getCommand() - Method in class io.guise.framework.input.CommandInput
 
getCommand() - Method in interface io.guise.framework.platform.PlatformCommandMessage
 
getCommand() - Method in class io.guise.framework.platform.web.WebCommandDepictEvent
 
getCommand() - Method in class io.guise.framework.platform.web.WebCommandMessage
 
getCommandListeners() - Method in class io.guise.framework.component.AbstractComponent
 
getCompassPoint(Flow.End) - Method in enum io.guise.framework.component.layout.FlowOrientation
Retrieves a cardinal compass point indicating the absolute direction based upon the given flow end.
getCompassPoint(Flow.End, Flow.End) - Method in class io.guise.framework.component.layout.Orientation
Retrieves a cardinal or ordinal compass point indicating the absolute direction based upon the given line and/or page ends.
getCompassPoint(Flow, Flow.End) - Method in class io.guise.framework.component.layout.Orientation
Retrieves a cardinal compass point indicating the absolute direction based upon the given flow and end.
getCompassPoint(BigDecimal) - Static method in enum io.guise.framework.geometry.CompassPoint
Determines the closes compass point to the given bearing.
getCompletion() - Method in class io.guise.framework.event.ProgressEvent
 
getCompletion() - Method in class io.guise.framework.platform.PlatformFileUploadTask
 
getComponent() - Method in class io.guise.framework.component.AbstractComponent.AbstractFlyoverStrategy
 
getComponent() - Method in class io.guise.framework.component.AbstractCompositeStateComponent.ComponentState
 
getComponent() - Method in class io.guise.framework.component.AbstractSingleCompositeComponent
 
getComponent() - Method in class io.guise.framework.component.layout.LayoutConstraintsPropertyChangeEvent
 
getComponent() - Method in class io.guise.framework.event.ComponentEvent
 
getComponent(int) - Method in class io.guise.framework.component.AbstractArrayCompositeComponent
Returns the component at the specified index in the array.
getComponent(C) - Method in class io.guise.framework.style.AbstractModeledColor
 
getComponent(C) - Method in interface io.guise.framework.style.ModeledColor
Determines the value of the given color component.
getComponent(E) - Method in class io.guise.framework.component.AbstractEnumCompositeComponent
Returns the component for the given enum value.
getComponent(Bookmark) - Method in class io.guise.framework.component.AbstractCardPanel
Determines the component for navigation based upon the given bookmark.
getComponent(Bookmark) - Method in class io.guise.framework.component.SequenceCardPanel
Determines the component for navigation based upon the given bookmark.
getComponent(Component) - Method in class io.guise.framework.component.AbstractListSelectContainerControl
Retrieves the component for the given value.
getComponent(Region) - Method in class io.guise.framework.component.layout.RegionLayout
Retrieves a component for a given region.
getComponent(TableModel.Cell<?>) - Method in class io.guise.framework.component.Table
Retrieves the component for the given object.
getComponent(TreeNodeModel<?>) - Method in class io.guise.framework.component.TreeControl
Retrieves the component for the given object.
getComponent(T) - Method in class io.guise.framework.component.AbstractCompositeStateComponent
Retrieves the component for the given object.
getComponent(V) - Method in class io.guise.framework.component.AbstractListSelectControl
Retrieves the component for the given object.
getComponent(V) - Method in interface io.guise.framework.component.ListSelectControl
Retrieves the component for the given value.
getComponentByID(Component, long) - Static method in class io.guise.framework.component.AbstractComponent
Retrieves a component with the given ID.
getComponentByID(String) - Method in class io.guise.framework.component.layout.ReferenceLayout
Retrieves a component bound to a given ID.
getComponentByName(Component, String) - Static method in class io.guise.framework.component.AbstractComponent
Retrieves a component with the given name.
getComponentClass() - Method in class io.guise.framework.ComponentDestination
 
getComponentConstraintsChangeListener() - Method in class io.guise.framework.component.layout.AbstractLayout
 
getComponentList() - Method in class io.guise.framework.component.AbstractListCompositeComponent
 
getComponentOrientation() - Method in class io.guise.framework.component.AbstractComponent
 
getComponentOrientation() - Method in interface io.guise.framework.component.Component
Determines the internationalization orientation of the component's contents.
getComponents(Component) - Static method in class io.guise.framework.component.Components
Retrieves all components, including the given component and all descendant components.
getComponents(Component, Class<C>, T, boolean, boolean) - Static method in class io.guise.framework.component.Components
Retrieves all components, including the given component, that are instances of the of the given class.
getComponents(Component, T) - Static method in class io.guise.framework.component.Components
Retrieves all components, including the given component and all descendant components.
getComponentsByDepictName(Component, String, Set<Component>) - Method in class io.guise.framework.platform.web.GuiseHTTPServlet
Retrieves all descendant components, including the given component, that have a given depict name.
getComponentState(T) - Method in class io.guise.framework.component.AbstractCompositeStateComponent
Retrieves a component state for the given object.
getComponentStates() - Method in class io.guise.framework.component.AbstractCompositeStateComponent
 
getConfirmActionPrototype() - Method in class io.guise.framework.controller.SequenceTaskController
 
getConfirmingActionPrototype() - Method in class io.guise.framework.controller.SequenceTaskController
 
getConstraints() - Method in class io.guise.framework.component.AbstractComponent
 
getConstraints() - Method in interface io.guise.framework.component.Component
 
getConstraints() - Method in class io.guise.framework.component.layout.LayoutConstraintsPropertyChangeEvent
 
getConstraints(Component) - Method in class io.guise.framework.component.layout.AbstractLayout
 
getConstraints(Component) - Method in interface io.guise.framework.component.layout.Layout
Retrieves layout constraints associated with a component.
getConstraintsClass() - Method in class io.guise.framework.component.layout.CardLayout
 
getConstraintsClass() - Method in class io.guise.framework.component.layout.FlowLayout
 
getConstraintsClass() - Method in interface io.guise.framework.component.layout.Layout
 
getConstraintsClass() - Method in class io.guise.framework.component.layout.MenuLayout
 
getConstraintsClass() - Method in class io.guise.framework.component.layout.ReferenceLayout
 
getConstraintsClass() - Method in class io.guise.framework.component.layout.RegionLayout
 
getConstraintsClass() - Method in class io.guise.framework.component.layout.TabLayout
 
getConstraintsPropertyChangeListener() - Method in class io.guise.framework.component.layout.AbstractLayout
 
getContainer() - Method in class io.guise.framework.AbstractGuiseApplication
 
getContainer() - Method in interface io.guise.framework.GuiseApplication
 
getContent() - Method in class io.guise.framework.component.AbstractFrame
 
getContent() - Method in class io.guise.framework.component.CalendarDialogFrame
 
getContent() - Method in interface io.guise.framework.component.ContentComponent
 
getContent() - Method in class io.guise.framework.component.ScrollControl
 
getContentContainer() - Method in class io.guise.framework.component.AbstractOptionDialogFrame
 
getContentHashAttributeQualifiedName() - Method in class io.guise.framework.platform.AbstractXMLDepictContext
 
getContentHashAttributeQualifiedName() - Method in class io.guise.framework.platform.web.HTTPServletWebDepictContext
 
getContentLength() - Method in class io.guise.framework.model.FileItemResourceImport
 
getContentLength() - Method in interface io.guise.framework.model.ResourceImport
 
getContentLength(HttpServletRequest) - Method in class io.guise.framework.platform.web.GuiseHTTPServlet.AbstractDescriptionResource
Returns the content length of the resource.
getContentType() - Method in class io.guise.framework.model.FileItemResourceImport
 
getContentType() - Method in interface io.guise.framework.model.ResourceImport
 
getContentType(HttpServletRequest) - Method in class io.guise.framework.platform.web.GuiseHTTPServlet.AbstractDescriptionResource
Returns the full content type of the resource, including any parameters.
getContentTypes() - Method in class io.guise.framework.component.AbstractImageComponent.DefaultTransferable
getContentTypes() - Method in class io.guise.framework.component.AbstractLabel.DefaultTransferable
getContentTypes() - Method in class io.guise.framework.component.TextControl.DefaultTransferable
getContentTypes() - Method in class io.guise.framework.component.transfer.AbstractObjectTransferable
getContentTypes() - Method in interface io.guise.framework.component.transfer.Transferable
 
getContextAbsoluteResourcePath(String) - Method in class io.guise.framework.platform.web.HTTPServletGuiseContainer
Determines the servlet context-relative absolute path of the given container-relative path.
getContinueActionPrototype() - Method in class io.guise.framework.component.SequenceCardPanel
 
getControlContainer() - Method in class io.guise.framework.component.CalendarControl
 
getControlPanel() - Method in class io.guise.framework.component.PlatformFileUploadPanel
 
getConverter() - Method in class io.guise.framework.component.AbstractListSelectControl.ConverterInfoModelValueRepresentationStrategy
 
getConverter() - Method in class io.guise.framework.component.AbstractTextControl
 
getConverter() - Method in class io.guise.framework.component.SliderControl
 
getConverter() - Method in class io.guise.framework.component.Table.DefaultCellMessage
 
getConverter() - Method in class io.guise.framework.component.Table.DefaultCellRepresentationStrategy
 
getConverter() - Method in class io.guise.framework.component.TreeControl.DefaultValueRepresentationStrategy
 
getConverter() - Method in class io.guise.framework.model.ValueConverterInfoModel
 
getCopyrightLabel() - Method in class io.guise.framework.component.AboutPanel
 
getCorner(Flow.End, Flow.End) - Static method in enum io.guise.framework.component.layout.Corner
Determines the corner from the given line and page ends.
getCornerArcSize(Corner) - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getCornerArcSize(Corner) - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the arc size for the indicated corner.
getCornerLineFarPageFarArcSize() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getCornerLineFarPageFarArcSize() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the arc size for the line far page far corner.
getCornerLineFarPageNearArcSize() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getCornerLineFarPageNearArcSize() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the arc size for the line far page near corner.
getCornerLineNearPageFarArcSize() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getCornerLineNearPageFarArcSize() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the arc size for the line near page far corner.
getCornerLineNearPageNearArcSize() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getCornerLineNearPageNearArcSize() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the arc size for the line near page near corner.
getCount() - Method in class io.guise.framework.event.MouseClickEvent
 
getCount() - Method in class io.guise.framework.input.MouseClickInput
 
getCSSCursor(Orientation) - Method in enum io.guise.framework.platform.web.Cursor
Retrieves the CSS cursor that corresponds to the predefined cursor based in the given component orientation.
getCSSStyleString(Map<String, Object>, Orientation) - Method in class io.guise.framework.platform.web.AbstractWebDepictContext
 
getCSSStyleString(Map<String, Object>, Orientation) - Method in interface io.guise.framework.platform.web.WebDepictContext
Returns a string representation of the provided style declarations.
getCurrency() - Method in class io.guise.framework.converter.AbstractNumberStringLiteralConverter
 
getCursor() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getCursor() - Method in interface io.guise.framework.model.ui.PresentationModel
 
getCursor(URI) - Static method in enum io.guise.framework.platform.web.Cursor
Determines a predefined cursor from the given URI
getDate() - Method in class io.guise.framework.component.CalendarControl
 
getDate() - Method in class io.guise.framework.model.CalendarMonthTableModel
 
getDateControl() - Method in class io.guise.framework.component.DateTimeControl
 
getDateFormat() - Method in class io.guise.framework.converter.AbstractDateStringLiteralConverter
Determines a date format object appropriate for the session's current locale and time zone.
getDateStyle() - Method in class io.guise.framework.converter.AbstractDateStringLiteralConverter
 
getDayControl() - Method in class io.guise.framework.component.DateTimeFieldsControl
 
getDayOffset() - Method in class io.guise.framework.model.CalendarMonthTableModel
 
getDCSID() - Method in class io.guise.framework.AbstractGuiseApplication
 
getDCSID() - Method in interface io.guise.framework.GuiseApplication
 
getDeclarations() - Method in class io.guise.framework.platform.web.css.Rule
 
getDefaultCC() - Method in class io.guise.framework.converter.TelephoneNumberStringLiteralConverter
 
getDefaultValue() - Method in class io.guise.framework.component.AbstractActionValueControl
 
getDefaultValue() - Method in class io.guise.framework.component.AbstractContainerValueControl
 
getDefaultValue() - Method in class io.guise.framework.component.AbstractDialogFrame
 
getDefaultValue() - Method in class io.guise.framework.component.AbstractLayoutValueControl
 
getDefaultValue() - Method in class io.guise.framework.component.AbstractListSelectContainerControl
 
getDefaultValue() - Method in class io.guise.framework.component.AbstractListSelectControl
 
getDefaultValue() - Method in class io.guise.framework.component.AbstractValueControl
 
getDefaultValue() - Method in class io.guise.framework.component.layout.AbstractValueLayout
 
getDefaultValue() - Method in class io.guise.framework.model.DefaultListSelectModel
 
getDefaultValue() - Method in class io.guise.framework.model.DefaultValueModel
 
getDefaultValue() - Method in interface io.guise.framework.model.ValueModel
 
getDefinitionBaseURI() - Method in interface io.guise.framework.component.widget.Widget
Returns the base URI of the definition of the widget.
getDegree() - Method in class io.guise.framework.geometry.Extent
 
getDelay() - Method in class io.guise.framework.component.effect.AbstractEffect
 
getDelay() - Method in interface io.guise.framework.component.effect.Effect
 
getDeleteActionPrototype() - Method in class io.guise.framework.component.AbstractEditComponentTextControl
 
getDepictContext() - Method in class io.guise.framework.platform.AbstractDepictor
Retrieves information and functionality related to the current depiction on the platform.
getDepictContext() - Method in interface io.guise.framework.platform.Depictor
Retrieves information and functionality related to the current depiction on the platform.
getDepictContext() - Method in interface io.guise.framework.platform.Platform
Retrieves information and functionality related to the current depiction.
getDepictContext() - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
 
getDepictContext() - Method in class io.guise.framework.platform.web.HTTPServletWebPlatform
 
getDepictContext() - Method in interface io.guise.framework.platform.web.WebDepictor
 
getDepictContext() - Method in interface io.guise.framework.platform.web.WebPlatform
Retrieves information and functionality related to the current depiction.
getDepictedCompositeComponentListener() - Method in class io.guise.framework.platform.AbstractComponentDepictor
 
getDepictedObject() - Method in class io.guise.framework.platform.AbstractDepictEvent
 
getDepictedObject() - Method in class io.guise.framework.platform.AbstractDepictor
 
getDepictedObject() - Method in interface io.guise.framework.platform.DepictEvent
 
getDepictedObject() - Method in interface io.guise.framework.platform.Depictor
 
getDepictedObject(long) - Method in class io.guise.framework.platform.AbstractPlatform
 
getDepictedObject(long) - Method in interface io.guise.framework.platform.Platform
Retrieves a depicted object that has been registered with the platform by the ID of the depicted object.
getDepictedPropertyChangeListener() - Method in class io.guise.framework.platform.AbstractDepictor
 
getDepictID() - Method in class io.guise.framework.component.AbstractComponent
 
getDepictID() - Method in class io.guise.framework.platform.AbstractDepictedObject
 
getDepictID() - Method in interface io.guise.framework.platform.DepictedObject
 
getDepictID(String) - Method in class io.guise.framework.platform.web.AbstractWebPlatform
 
getDepictID(String) - Method in interface io.guise.framework.platform.web.WebPlatform
Returns the depicted object ID represented by the given platform-specific ID string.
getDepictIDString(long) - Method in class io.guise.framework.platform.web.AbstractWebPlatform
Generates an ID for the given depicted object appropriate for using on the platform.
getDepictIDString(long) - Method in interface io.guise.framework.platform.web.WebPlatform
Generates an ID for the given depicted object appropriate for using on the platform.
getDepictionRootURI() - Method in class io.guise.framework.AbstractGuiseSession
 
getDepictionRootURI() - Method in interface io.guise.framework.GuiseSession
Reports the current depiction root URI of the session.
getDepictionURI() - Method in interface io.guise.framework.platform.DepictContext
 
getDepictionURI() - Method in class io.guise.framework.platform.web.HTTPServletWebDepictContext
 
getDepictionURI(URIPath, String...) - Method in class io.guise.framework.AbstractGuiseSession
Determines the URI to use for depiction based upon a navigation path.
getDepictionURI(URIPath, String...) - Method in interface io.guise.framework.GuiseSession
Determines the URI to use for depiction based upon a navigation path.
getDepictionURI(URIPath, String...) - Method in class io.guise.framework.platform.AbstractDepictContext
 
getDepictionURI(URIPath, String...) - Method in interface io.guise.framework.platform.DepictContext
Determines the URI to use for depiction based upon a navigation path.
getDepictionURI(URI, URIPath) - Method in class io.guise.framework.AbstractGuiseApplication
Determines the depiction URI based upon a navigation path.
getDepictionURI(URI, URIPath) - Method in interface io.guise.framework.GuiseApplication
Determines the depiction URI based upon a navigation path.
getDepictionURI(URI, String...) - Method in class io.guise.framework.AbstractGuiseSession
 
getDepictionURI(URI, String...) - Method in interface io.guise.framework.GuiseSession
Determines the URI to use for depiction based upon a navigation URI.
getDepictionURI(URI, String...) - Method in class io.guise.framework.platform.AbstractDepictContext
 
getDepictionURI(URI, String...) - Method in interface io.guise.framework.platform.DepictContext
Determines the URI to use for depiction based upon a navigation URI.
getDepictionURI(URI, URI) - Method in class io.guise.framework.AbstractGuiseApplication
Determines the depiction URI based upon a navigation URI.
getDepictionURI(URI, URI) - Method in interface io.guise.framework.GuiseApplication
Determines the depiction URI based upon a navigation URI.
getDepictLock() - Method in class io.guise.framework.platform.AbstractPlatform
 
getDepictLock() - Method in interface io.guise.framework.platform.Platform
 
getDepictName() - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
 
getDepictName() - Method in class io.guise.framework.platform.web.WebCheckControlDepictor
Determines the identifier to place in the name attribute of the component's XHTML element.
getDepictName() - Method in interface io.guise.framework.platform.web.WebComponentDepictor
Determines the identifier to place in the name attribute of the component's XHTML element, if appropriate.
getDepictor() - Method in class io.guise.framework.audio.Audio
 
getDepictor() - Method in class io.guise.framework.component.AbstractComponent
 
getDepictor() - Method in interface io.guise.framework.component.Component
 
getDepictor() - Method in class io.guise.framework.component.ResourceCollectControl
 
getDepictor() - Method in class io.guise.framework.platform.AbstractDepictedObject
 
getDepictor() - Method in interface io.guise.framework.platform.DepictedObject
 
getDepictor() - Method in class io.guise.framework.platform.PlatformFileCollector
 
getDepictor(O) - Method in class io.guise.framework.platform.AbstractPlatform
 
getDepictor(O) - Method in interface io.guise.framework.platform.Platform
Determines the depictor appropriate for the given depicted object.
getDepictorClass(Class<O>) - Method in class io.guise.framework.platform.AbstractPlatform
Determines the depictor class appropriate for the given depicted object class.
getDepictStringBuilder() - Method in class io.guise.framework.platform.AbstractTextDepictContext
 
getDepictStringBuilder() - Method in class io.guise.framework.platform.AbstractXMLDepictContext
The string builder that holds the current content being collected, though not necessarily all the content collected.
getDepictStringBuilder() - Method in interface io.guise.framework.platform.TextDepictContext
The string builder that holds the current content being collected, though not necessarily all the content collected.
getDepictStringBuilder() - Method in class io.guise.framework.platform.XMLDepictContext.ElementState
 
getDepictText() - Method in class io.guise.framework.platform.AbstractTextDepictContext
 
getDepictText() - Method in interface io.guise.framework.platform.TextDepictContext
 
getDepictURI() - Method in class io.guise.framework.platform.web.HTTPServletGuiseRequest
 
getDepth() - Method in class io.guise.framework.geometry.Dimensions
 
getDepth() - Method in class io.guise.framework.model.DefaultTreeNodeModel
 
getDepth() - Method in interface io.guise.framework.model.TreeNodeModel
Returns the zero-based depth of the node within in its tree.
getDescendantComponents(CompositeComponent) - Static method in class io.guise.framework.component.Components
Retrieves all descendant components.
getDescendantComponents(CompositeComponent, T) - Static method in class io.guise.framework.component.Components
Retrieves all descendant components.
getDescription() - Method in class io.guise.framework.component.AbstractComponent
 
getDescription() - Method in class io.guise.framework.component.layout.CardConstraints
 
getDescription() - Method in class io.guise.framework.model.DefaultInfoModel
 
getDescription() - Method in interface io.guise.framework.model.InfoModel
 
getDescription() - Method in class io.guise.framework.prototype.AbstractProxyPrototype
 
getDescription() - Method in class io.guise.framework.prototype.ValuePrototype
 
getDescription() - Method in class io.guise.framework.theme.Theme
 
getDescription(GuiseSession, URIPath, Bookmark, URI) - Method in class io.guise.framework.AbstractDestination
Returns a description of the resource for this destination at the given navigation path and bookmark.
getDescription(GuiseSession, URIPath, Bookmark, URI) - Method in interface io.guise.framework.Destination
Returns a description of the resource for this destination at the given navigation path and bookmark.
getDescriptionContentType() - Method in class io.guise.framework.component.AbstractComponent
 
getDescriptionContentType() - Method in class io.guise.framework.component.layout.CardConstraints
 
getDescriptionContentType() - Method in class io.guise.framework.model.DefaultInfoModel
 
getDescriptionContentType() - Method in interface io.guise.framework.model.InfoModel
 
getDescriptionContentType() - Method in class io.guise.framework.prototype.AbstractProxyPrototype
 
getDescriptionContentType() - Method in class io.guise.framework.prototype.ValuePrototype
 
getDestination() - Method in class io.guise.framework.AbstractReferenceDestination
 
getDestination() - Method in class io.guise.framework.platform.AbstractDepictContext
 
getDestination() - Method in interface io.guise.framework.platform.DepictContext
 
getDestination() - Method in interface io.guise.framework.ReferenceDestination
 
getDestination(URIPath) - Method in class io.guise.framework.AbstractGuiseApplication
 
getDestination(URIPath) - Method in interface io.guise.framework.GuiseApplication
Determines the destination associated with the given application context-relative path.
getDestinationBaseURI() - Method in class io.guise.framework.platform.PlatformFileUploadTask
 
getDestinationBookmark() - Method in class io.guise.framework.component.PlatformFileUploadPanel
 
getDestinationBookmark() - Method in class io.guise.framework.component.ResourceCollectControl
 
getDestinationBookmark() - Method in class io.guise.framework.platform.PlatformFileUploadTask
 
getDestinationComponent(ComponentDestination) - Method in class io.guise.framework.AbstractGuiseSession
 
getDestinationComponent(ComponentDestination) - Method in interface io.guise.framework.GuiseSession
Retrieves the component bound to the given destination.
getDestinationPath() - Method in class io.guise.framework.component.ResourceCollectControl
Indicates the destination path relative to the application context path.
getDestinations() - Method in class io.guise.framework.AbstractGuiseApplication
 
getDestinations() - Method in interface io.guise.framework.GuiseApplication
Returns an iterable of destinations.
getDestinationURI() - Method in class io.guise.framework.component.PlatformFileUploadPanel
 
getDirection() - Method in enum io.guise.framework.component.layout.FlowOrientation
 
getDirection(Flow) - Method in class io.guise.framework.component.layout.Orientation
Determines the direction of the particular flow.
getDirtyComponents(Component) - Static method in class io.guise.framework.component.AbstractComponent
Retrieves all components that have views needing updated.
getDirtyComponents(Component, List<Component>) - Static method in class io.guise.framework.component.AbstractComponent
Retrieves all components that have views needing updated.
getDisplayRowCount() - Method in class io.guise.framework.component.Table
 
getDisplayRowStartIndex() - Method in class io.guise.framework.component.Table
 
getDocument() - Method in class io.guise.framework.platform.web.WebTextBoxDepictor.CachedDocument
 
getDragSource() - Method in class io.guise.framework.platform.PlatformDropEvent
 
getDropTarget() - Method in class io.guise.framework.platform.PlatformDropEvent
 
getEditActionPrototype() - Method in class io.guise.framework.component.AbstractEditComponentTextControl
 
getEditActionPrototype() - Method in class io.guise.framework.model.AbstractListSelectEditor
 
getEditActionPrototype() - Method in interface io.guise.framework.model.ListSelectEditor
 
getEditControl() - Method in class io.guise.framework.component.AbstractEditComponentTextControl
 
getEditedComponent() - Method in class io.guise.framework.component.AbstractEditComponentTextControl
 
getElementName() - Method in class io.guise.framework.platform.XMLDepictContext.ElementState
 
getELFF() - Method in class io.guise.framework.platform.web.GuiseHTTPServlet
 
getEnableable() - Method in class io.guise.framework.component.AbstractCompositeStateControl
 
getEnableable() - Method in class io.guise.framework.component.AbstractContainerControl
 
getEnableable() - Method in class io.guise.framework.component.AbstractControl
 
getEnableable() - Method in class io.guise.framework.component.AbstractLayoutControl
 
getEnableable() - Method in class io.guise.framework.component.ImageActionControl
 
getEnableable() - Method in class io.guise.framework.component.ScrollControl
 
getEnd() - Method in enum io.guise.framework.component.layout.Border
 
getEnd(Flow.Direction) - Method in enum io.guise.framework.component.layout.Flow.Direction
Determines the end at which the given direction would arrive relative to this direction.
getEnvironment() - Method in class io.guise.framework.AbstractGuiseApplication
 
getEnvironment() - Method in interface io.guise.framework.GuiseApplication
 
getEnvironment() - Method in interface io.guise.framework.platform.Platform
 
getEnvironment() - Method in class io.guise.framework.platform.web.AbstractWebPlatform
 
getError() - Method in class io.guise.framework.model.Notification
 
getErrorMessage() - Method in class io.guise.framework.platform.AbstractComponentDepictor
Constructs an error message for all component errors.
getEventListenerManager() - Method in class io.guise.framework.component.AbstractComponent
 
getEventListenerManager() - Method in class io.guise.framework.model.AbstractModel
 
getEventListenerManager() - Method in class io.guise.framework.platform.AbstractDepictedObject
 
getEventListenerManager() - Method in class io.guise.framework.platform.AbstractPlatformFile
 
getEventListenerManager() - Method in class io.guise.framework.platform.PlatformFileUploadTask
 
getExtent(Flow) - Method in class io.guise.framework.component.AbstractComponent.AbstractFlyoverStrategy
Returns the extent of the indicated flow.
getExtent(Flow) - Method in class io.guise.framework.component.layout.RegionConstraints
Returns the extent of the indicated flow.
getExtent(Flow) - Method in class io.guise.framework.component.layout.RegionLayout
Returns the default extent of the indicated flow.
getExtent(Flow) - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getExtent(Flow) - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the extent of the indicated flow.
getFacebookAdminIDs() - Method in class io.guise.framework.AbstractGuiseApplication
Indicates the Facebook administrators, if any, for this application.
getFacebookAdminIDs() - Method in interface io.guise.framework.GuiseApplication
Indicates the Facebook administrators, if any, for this application.
getFacebookAdminIDs(URIPath) - Method in class io.guise.framework.AbstractGuiseApplication
Indicates the Facebook administrators, if any, for the given navigation path.
getFacebookAdminIDs(URIPath) - Method in interface io.guise.framework.GuiseApplication
Indicates the Facebook administrators, if any, for the given navigation path.
getFacebookAppID() - Method in class io.guise.framework.AbstractGuiseApplication
Indicates the Facebook application, if any.
getFacebookAppID() - Method in interface io.guise.framework.GuiseApplication
Indicates the Facebook application, if any.
getFacebookAppID(URIPath) - Method in class io.guise.framework.AbstractGuiseApplication
Indicates the Facebook application, if any, for the given navigation path.
getFacebookAppID(URIPath) - Method in interface io.guise.framework.GuiseApplication
Indicates the Facebook application, if any, for the given navigation path.
getFamilyNameControl() - Method in class io.guise.framework.component.text.directory.vcard.NamePanel
 
getFileItem() - Method in class io.guise.framework.model.FileItemResourceImport
 
getFinishActionPrototype() - Method in class io.guise.framework.component.SequenceCardPanel
 
getFinishActionPrototype() - Method in class io.guise.framework.controller.SequenceTaskController
 
getFirstActionPrototype() - Method in class io.guise.framework.component.Table
 
getFlashURI() - Method in class io.guise.framework.component.Flash
 
getFlow() - Method in class io.guise.framework.component.layout.AbstractFlowLayout
 
getFlow() - Method in enum io.guise.framework.component.layout.Border
 
getFlow() - Method in class io.guise.framework.component.SliderControl
 
getFlow(Axis) - Method in class io.guise.framework.component.layout.Orientation
Determines the flow (line or page) that is aligned to the given axis.
getFlyoverStrategy() - Method in class io.guise.framework.component.AbstractComponent
 
getFlyoverStrategy() - Method in interface io.guise.framework.component.Component
 
getFontFamilies() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getFontFamilies() - Method in interface io.guise.framework.model.ui.PresentationModel
 
getFontSize() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getFontSize() - Method in interface io.guise.framework.model.ui.PresentationModel
 
getFontStyle() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getFontStyle() - Method in interface io.guise.framework.model.ui.PresentationModel
 
getFontWeight() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getFontWeight() - Method in interface io.guise.framework.model.ui.PresentationModel
 
getForce() - Method in class io.guise.framework.event.ActionEvent
 
getFormID(ApplicationFrame) - Static method in class io.guise.framework.platform.web.WebApplicationFrameDepictor
Determines the ID to be used for a form associated with the given application frame.
getGapAfter() - Method in class io.guise.framework.component.layout.AbstractFlowLayout
 
getGapBefore() - Method in class io.guise.framework.component.layout.AbstractFlowLayout
 
getGapBetween() - Method in class io.guise.framework.component.layout.AbstractFlowLayout
 
getGivenNameControl() - Method in class io.guise.framework.component.text.directory.vcard.NamePanel
 
getGlyph() - Method in enum io.guise.framework.component.layout.FlowOrientation
 
getGlyph() - Method in enum io.guise.framework.input.MediaCommand
 
getGlyph() - Method in enum io.guise.framework.model.Notification.Option
 
getGlyph() - Method in enum io.guise.framework.model.Notification.Severity
 
getGlyph() - Method in enum io.guise.framework.model.View
 
getGlyphResourceReference(E) - Static method in class io.guise.framework.Resources
Returns a resource reference for the glyph aspect of a resource key based upon the given enum.
getGlyphResourceReference(Class<E>) - Static method in class io.guise.framework.Resources
Returns a resource reference for the glyph aspect of a resource key based upon the given enum class.
getGlyphURI() - Method in class io.guise.framework.component.AbstractComponent
 
getGlyphURI() - Method in class io.guise.framework.component.layout.CardConstraints
 
getGlyphURI() - Method in class io.guise.framework.model.DefaultLabelModel
 
getGlyphURI() - Method in interface io.guise.framework.model.LabelModel
 
getGlyphURI() - Method in class io.guise.framework.prototype.AbstractProxyPrototype
 
getGlyphURI() - Method in class io.guise.framework.prototype.ValuePrototype
 
getGoal() - Method in class io.guise.framework.platform.web.WebProgressDepictEvent
 
getGreen() - Method in class io.guise.framework.style.RGBColor
 
getGuiseApplication() - Method in class io.guise.framework.platform.web.GuiseHTTPServlet
 
getGuiseAsset(String) - Method in class io.guise.framework.Guise
Retrieves a Guise asset keyed to its location.
getGuiseContainer() - Method in class io.guise.framework.platform.web.GuiseHTTPServlet
Returns the Guise container.
getGuiseContainer(ServletContext, URI) - Static method in class io.guise.framework.platform.web.HTTPServletGuiseContainer
Retrieves the Guise container associated with the given servlet context.
getGuiseRequest() - Method in class io.guise.framework.platform.web.HTTPServletWebDepictContext
 
getGuiseSession() - Method in class io.guise.framework.Guise
Retrieves the Guise session information for the current thread.
getGuiseSession() - Method in class io.guise.framework.GuiseSessionThreadGroup
 
getGuiseSession(GuiseApplication, HttpServletRequest, HttpSession) - Method in class io.guise.framework.platform.web.HTTPServletGuiseContainer
Retrieves a Guise session for the given HTTP session.
getGuiseSession(HTTPServletGuiseContainer, GuiseApplication, HttpServletRequest) - Static method in class io.guise.framework.platform.web.HTTPServletGuiseSessionManager
Retrieves a session for the given HTTP request, creating a session if necessary.
getGuiseSession(HTTPServletGuiseContainer, GuiseApplication, HttpServletRequest, boolean) - Static method in class io.guise.framework.platform.web.HTTPServletGuiseSessionManager
Retrieves a session for the given HTTP request.
getHeadingLocalName(int) - Static method in class io.guise.framework.platform.web.WebHeadingDepictor
Determines the local name to use for a heading based upon a heading level.
getHeight() - Method in class io.guise.framework.geometry.Dimensions
 
getHomeDirectory() - Method in class io.guise.framework.AbstractGuiseApplication
 
getHomeDirectory() - Method in interface io.guise.framework.GuiseApplication
Returns the home directory shared by all sessions of this application.
getHonorificPrefixControl() - Method in class io.guise.framework.component.text.directory.vcard.NamePanel
 
getHonorificSuffixControl() - Method in class io.guise.framework.component.text.directory.vcard.NamePanel
 
getHour() - Method in class io.guise.framework.platform.web.WebInitializeEvent
 
getHourControl() - Method in class io.guise.framework.component.DateTimeFieldsControl
 
getHTTPServletRequest() - Method in class io.guise.framework.platform.web.HTTPServletGuiseRequest
 
getHTTPSession() - Method in class io.guise.framework.platform.web.HTTPServletWebPlatform
 
getHue() - Method in class io.guise.framework.style.HSLColor
 
getHueDegrees() - Method in class io.guise.framework.style.HSLColor
Determines the value of the hue in degrees in the range (0.0-360.0].
getID() - Method in class io.guise.framework.component.layout.ReferenceConstraints
 
getID() - Method in class io.guise.framework.platform.AbstractProduct
 
getID() - Method in interface io.guise.framework.platform.Product
 
getID() - Method in class io.guise.framework.platform.web.css.IDSelector
 
getID() - Method in class io.guise.framework.platform.web.WebPlatformFile
 
getIgnoredProperties() - Method in class io.guise.framework.platform.AbstractDepictor
 
getImageModel() - Method in class io.guise.framework.component.AbstractImageComponent
 
getImageModel() - Method in class io.guise.framework.component.ImageBooleanSelectActionControl
 
getImageOpacity() - Method in class io.guise.framework.component.Picture
 
getImageURI() - Method in class io.guise.framework.component.AbstractImageComponent
 
getImageURI() - Method in class io.guise.framework.component.ImageBooleanSelectActionControl
 
getImageURI() - Method in class io.guise.framework.model.DefaultImageModel
 
getImageURI() - Method in interface io.guise.framework.model.ImageModel
 
getImageURI() - Method in class io.guise.framework.platform.web.WebImageActionControlDepictor
Determines the image URI to use for this component.
getImageURI() - Method in class io.guise.framework.platform.web.WebImageBooleanSelectActionControlViewer
Determines the image URI to use for this component.
getImageURI() - Method in class io.guise.framework.platform.web.WebImageDepictor
Determines the image URI to use for this component.
getIndentLevel() - Method in class io.guise.framework.platform.AbstractTextDepictContext
 
getIndentLevel() - Method in interface io.guise.framework.platform.TextDepictContext
 
getIndex() - Method in class io.guise.framework.event.ListEvent
 
getIndex() - Method in class io.guise.framework.model.CalendarMonthTableModel.WeekDayTableColumnModel
 
getInfo() - Method in class io.guise.framework.component.AbstractComponent
 
getInfo() - Method in class io.guise.framework.component.layout.CardConstraints
 
getInfo() - Method in class io.guise.framework.model.DefaultInfoModel
 
getInfo() - Method in interface io.guise.framework.model.InfoModel
 
getInfo() - Method in class io.guise.framework.prototype.AbstractProxyPrototype
 
getInfo() - Method in class io.guise.framework.prototype.ValuePrototype
 
getInfoContentType() - Method in class io.guise.framework.component.AbstractComponent
 
getInfoContentType() - Method in class io.guise.framework.component.layout.CardConstraints
 
getInfoContentType() - Method in class io.guise.framework.model.DefaultInfoModel
 
getInfoContentType() - Method in interface io.guise.framework.model.InfoModel
 
getInfoContentType() - Method in class io.guise.framework.prototype.AbstractProxyPrototype
 
getInfoContentType() - Method in class io.guise.framework.prototype.ValuePrototype
 
getInfoModel() - Method in class io.guise.framework.component.AbstractComponent
 
getInfoModel() - Method in class io.guise.framework.component.layout.CardConstraints
 
getInfoResourceReference(E) - Static method in class io.guise.framework.Resources
Returns a resource reference for the info aspect of a resource key based upon the given enum.
getInfoResourceReference(Class<E>) - Static method in class io.guise.framework.Resources
Returns a resource reference for the info aspect of a resource key based upon the given enum class.
getInitIFrameID(ApplicationFrame) - Static method in class io.guise.framework.platform.web.WebApplicationFrameDepictor
Determines the ID to be used for an IFrame used for shielding the UI from user input during initialization.
getInput() - Method in class io.guise.framework.event.CommandEvent
 
getInput() - Method in interface io.guise.framework.event.GestureInputEvent
 
getInput() - Method in interface io.guise.framework.event.InputEvent
 
getInput() - Method in interface io.guise.framework.event.KeyboardEvent
 
getInput() - Method in class io.guise.framework.event.KeyPressEvent
 
getInput() - Method in class io.guise.framework.event.KeyReleaseEvent
 
getInput() - Method in class io.guise.framework.event.MouseClickEvent
 
getInput() - Method in class io.guise.framework.event.MouseEnterEvent
 
getInput() - Method in class io.guise.framework.event.MouseExitEvent
 
getInput() - Method in interface io.guise.framework.event.MouseInputEvent
 
getInputFocusedComponent() - Method in class io.guise.framework.component.AbstractFrame
 
getInputFocusedComponent() - Method in interface io.guise.framework.component.InputFocusGroupComponent
Indicates the component within this group that has the input focus.
getInputFocusStrategy() - Method in class io.guise.framework.component.AbstractFrame
 
getInputFocusStrategy() - Method in interface io.guise.framework.component.InputFocusGroupComponent
 
getInputStrategy() - Method in class io.guise.framework.AbstractGuiseSession
 
getInputStrategy() - Method in class io.guise.framework.component.AbstractComponent
 
getInputStrategy() - Method in interface io.guise.framework.component.Component
 
getInputStrategy() - Method in interface io.guise.framework.GuiseSession
 
getInputStream() - Method in class io.guise.framework.model.FileItemResourceImport
 
getInputStream() - Method in interface io.guise.framework.model.ResourceImport
Retrieves an input stream to the resource.
getInputStream(URIPath) - Method in class io.guise.framework.AbstractGuiseApplication
 
getInputStream(URIPath) - Method in interface io.guise.framework.GuiseApplication
Retrieves an input stream to the entity at the given path.
getInputStream(GuiseSession, URIPath, Bookmark, URI) - Method in interface io.guise.framework.ResourceReadDestination
Retrieves an input stream to the resource.
getInputStream(URI) - Method in class io.guise.framework.AbstractGuiseApplication
 
getInputStream(URI) - Method in class io.guise.framework.AbstractGuiseContainer
Retrieves an input stream to the entity at the given URI.
getInputStream(URI) - Method in interface io.guise.framework.GuiseApplication
Retrieves an input stream to the entity at the given URI.
getInputStream(URI) - Method in interface io.guise.framework.GuiseContainer
Retrieves an input stream to the entity at the given URI.
getInputStream(URI) - Method in class io.guise.framework.platform.web.HTTPServletGuiseContainer
Retrieves an input stream to the entity at the given URI.
getInputStream(HttpServletRequest) - Method in class io.guise.framework.platform.web.GuiseHTTPServlet.DestinationResource
 
getInputType() - Method in class io.guise.framework.platform.web.WebCheckControlDepictor
Determines the XHTML input type to use for getting input from the user.
getInputType() - Method in class io.guise.framework.platform.web.WebTextControlDepictor
Determines the XHTML input type to use for getting input from the user.
getInsertActionPrototype() - Method in class io.guise.framework.model.AbstractListSelectEditor
 
getInsertActionPrototype() - Method in interface io.guise.framework.model.ListSelectEditor
 
getInstance() - Static method in class io.guise.framework.Guise
 
getInstance(Class<VV>) - Static method in class io.guise.framework.converter.AbstractStringLiteralConverter
Creates a default string literal converter for the value type represented by the given value class.
getIntegerResource(String) - Method in class io.guise.framework.AbstractGuiseSession
 
getIntegerResource(String) - Method in interface io.guise.framework.GuiseSession
Retrieves an Integer resource from the resource bundle.
getIntegerResource(String, Integer) - Method in class io.guise.framework.AbstractGuiseSession
 
getIntegerResource(String, Integer) - Method in interface io.guise.framework.GuiseSession
Retrieves an Integer resource from the resource bundle, using a specified default if no such resource is available.
getInterval() - Method in class io.guise.framework.component.SliderControl
 
getInvalidValueMessage() - Method in class io.guise.framework.converter.AbstractConverter
 
getInvalidValueMessage() - Method in interface io.guise.framework.converter.Converter
 
getInvalidValueMessage() - Method in class io.guise.framework.validator.AbstractValidator
 
getInvalidValueMessage() - Method in interface io.guise.framework.validator.Validator
 
getJavaScriptProduct() - Method in class io.guise.framework.platform.web.HTTPServletWebPlatform
 
getJavaScriptVersion() - Method in class io.guise.framework.platform.web.WebInitializeEvent
 
getKey() - Method in class io.guise.framework.event.AbstractKeyboardEvent
 
getKey() - Method in interface io.guise.framework.event.KeyboardEvent
 
getKey() - Method in class io.guise.framework.input.KeystrokeInput
 
getKey() - Method in enum io.guise.framework.platform.web.KeyCode
 
getKeyListeners() - Method in class io.guise.framework.component.AbstractComponent
 
getKeys() - Method in class io.guise.framework.event.AbstractGestureInputEvent
 
getKeys() - Method in interface io.guise.framework.event.GestureInputEvent
 
getKeys() - Method in class io.guise.framework.input.AbstractGestureInput
 
getKeys() - Method in interface io.guise.framework.input.GestureInput
 
getLabel() - Method in class io.guise.framework.component.AbstractComponent
 
getLabel() - Method in class io.guise.framework.component.layout.CardConstraints
 
getLabel() - Method in enum io.guise.framework.input.MediaCommand
 
getLabel() - Method in class io.guise.framework.model.CalendarMonthTableModel.WeekDayTableColumnModel
getLabel() - Method in class io.guise.framework.model.DefaultLabelModel
 
getLabel() - Method in interface io.guise.framework.model.LabelModel
 
getLabel() - Method in class io.guise.framework.model.LocaleInfoModel
 
getLabel() - Method in enum io.guise.framework.model.Notification.Option
 
getLabel() - Method in enum io.guise.framework.model.Notification.Severity
 
getLabel() - Method in class io.guise.framework.model.ValueConverterInfoModel
 
getLabel() - Method in enum io.guise.framework.model.View
 
getLabel() - Method in class io.guise.framework.prototype.AbstractProxyPrototype
 
getLabel() - Method in class io.guise.framework.prototype.ValuePrototype
 
getLabelContentType() - Method in class io.guise.framework.component.AbstractComponent
 
getLabelContentType() - Method in class io.guise.framework.component.layout.CardConstraints
 
getLabelContentType() - Method in class io.guise.framework.model.DefaultLabelModel
 
getLabelContentType() - Method in interface io.guise.framework.model.LabelModel
 
getLabelContentType() - Method in class io.guise.framework.prototype.AbstractProxyPrototype
 
getLabelContentType() - Method in class io.guise.framework.prototype.ValuePrototype
 
getLabelFontFamilies() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getLabelFontFamilies() - Method in interface io.guise.framework.model.ui.PresentationModel
 
getLabelFontSize() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getLabelFontSize() - Method in interface io.guise.framework.model.ui.PresentationModel
 
getLabelFontStyle() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getLabelFontStyle() - Method in interface io.guise.framework.model.ui.PresentationModel
 
getLabelFontWeight() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getLabelFontWeight() - Method in interface io.guise.framework.model.ui.PresentationModel
 
getLabelResourceReference(E) - Static method in class io.guise.framework.Resources
Returns a resource reference for the label aspect of a resource key based upon the given enum.
getLabelResourceReference(Class<E>) - Static method in class io.guise.framework.Resources
Returns a resource reference for the label aspect of a resource key based upon the given enum class.
getLabelStyles() - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
Retrieves the styles for the label of the component.
getLabelStyles(LabelModel) - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
Retrieves the styles for the label of the component.
getLabelStyles(LabelModel, PresentationModel) - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
Retrieves the styles for the label of the component.
getLabelStyles(LabelModel, PresentationModel) - Method in class io.guise.framework.platform.web.WebTableDepictor
Retrieves the styles for the label of the component.
getLabelTextColor() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getLabelTextColor() - Method in interface io.guise.framework.model.ui.PresentationModel
 
getLanguage() - Method in class io.guise.framework.platform.web.WebInitializeEvent
 
getLastActionPrototype() - Method in class io.guise.framework.component.Table
 
getLastComponents() - Method in class io.guise.framework.prototype.AbstractMenuToolCompositeComponentPrototypeProvisionStrategy
 
getLastModified(HttpServletRequest) - Method in class io.guise.framework.platform.web.GuiseHTTPServlet.AbstractDescriptionResource
Returns the last modification time of the resource.
getLayout() - Method in class io.guise.framework.component.AbstractCardPanel
 
getLayout() - Method in class io.guise.framework.component.AbstractLayoutComponent
 
getLayout() - Method in class io.guise.framework.component.AbstractListSelectContainerControl
 
getLayout() - Method in class io.guise.framework.component.AbstractMenu
 
getLayout() - Method in class io.guise.framework.component.BooleanValueControlSelectControl
 
getLayout() - Method in interface io.guise.framework.component.CardContainer
 
getLayout() - Method in interface io.guise.framework.component.LayoutComponent
 
getLayout() - Method in interface io.guise.framework.component.Menu
 
getLayout() - Method in class io.guise.framework.component.SpinnerControl
 
getLayout() - Method in class io.guise.framework.component.TextBox
 
getLevel() - Method in class io.guise.framework.component.Heading
 
getLevel() - Method in interface io.guise.framework.component.HeadingComponent
 
getLevel() - Method in class io.guise.framework.component.HeadingLink
 
getLightness() - Method in class io.guise.framework.style.HSLColor
 
getLineAlignment() - Method in class io.guise.framework.component.layout.RegionConstraints
 
getLineAlignment() - Method in class io.guise.framework.component.layout.RegionLayout
 
getLineExtent() - Method in class io.guise.framework.component.AbstractComponent.AbstractFlyoverStrategy
 
getLineExtent() - Method in interface io.guise.framework.component.Component.FlyoverStrategy
 
getLineExtent() - Method in class io.guise.framework.component.layout.RegionConstraints
Returns the extent of the line flow.
getLineExtent() - Method in class io.guise.framework.component.layout.RegionLayout
Returns the default extent of the line flow.
getLineExtent() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getLineExtent() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the extent of the line flow.
getListSelect() - Method in class io.guise.framework.coupler.ListSelectCardCoupler
 
getListSelectModel() - Method in class io.guise.framework.component.AbstractListSelectControl
 
getListSelectModel() - Method in class io.guise.framework.model.AbstractListSelectEditor
 
getListSelectModel() - Method in interface io.guise.framework.model.ListSelectEditor
 
getLocale() - Method in class io.guise.framework.AbstractGuiseSession
 
getLocale() - Method in interface io.guise.framework.GuiseSession
 
getLocale() - Method in class io.guise.framework.model.LocaleInfoModel
 
getLocaleResourcePath(String, Locale) - Method in class io.guise.framework.AbstractGuiseApplication
 
getLocaleResourcePath(String, Locale) - Method in interface io.guise.framework.GuiseApplication
Determines the locale-sensitive path of the given resource path.
getLocales() - Method in class io.guise.framework.AbstractGuiseApplication
 
getLocales() - Method in interface io.guise.framework.GuiseApplication
 
getLocalName() - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
Determines the local name of the XML element.
getLocalName() - Method in class io.guise.framework.platform.web.WebHeadingDepictor
Determines the local name of the XML element.
getLocalName() - Method in class io.guise.framework.platform.web.WebPanelDepictor
Determines the local name of the XML element.
getLocalName() - Method in class io.guise.framework.platform.web.WebTextBoxDepictor
Determines the local name of the XML element.
getLocalName(SectionComponent.SectionType) - Static method in class io.guise.framework.platform.web.WebPanelDepictor
Determines the appropriate XHTML element local name (e.g.
getLogDirectory() - Method in class io.guise.framework.AbstractGuiseApplication
 
getLogDirectory() - Method in interface io.guise.framework.GuiseApplication
Returns the log directory shared by all sessions of this application.
getLogWriter() - Method in class io.guise.framework.AbstractGuiseSession
 
getLogWriter() - Method in interface io.guise.framework.GuiseSession
 
getLogWriter(String, IOOperation<Writer>, IOOperation<Writer>) - Method in class io.guise.framework.AbstractGuiseApplication
Retrieves a writer suitable for recording log information for the application.
getLogWriter(String, IOOperation<Writer>, IOOperation<Writer>) - Method in interface io.guise.framework.GuiseApplication
Retrieves a writer suitable for recording log information for the application.
getLowerActionPrototype() - Method in class io.guise.framework.model.AbstractListSelectEditor
 
getLowerActionPrototype() - Method in interface io.guise.framework.model.ListSelectEditor
 
getMailProperties() - Method in class io.guise.framework.AbstractGuiseApplication
 
getMailProperties() - Method in interface io.guise.framework.GuiseApplication
Returns the properties of the mail manager.
getMailSendQueue() - Method in class io.guise.framework.AbstractGuiseApplication
 
getMailSendQueue() - Method in interface io.guise.framework.GuiseApplication
Retrieves the queue used to send mail.
getMailSession() - Method in class io.guise.framework.AbstractGuiseApplication
 
getMailSession() - Method in interface io.guise.framework.GuiseApplication
Retrieves the current mail session.
getMarginExtent(Border) - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getMarginExtent(Border) - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the margin extent of the indicated border.
getMarginLineFarExtent() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getMarginLineFarExtent() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the margin extent of the line far page near border.
getMarginLineNearExtent() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getMarginLineNearExtent() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the margin extent of the line near page near border.
getMarginPageFarExtent() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getMarginPageFarExtent() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the margin extent of the line far page far border.
getMarginPageNearExtent() - Method in class io.guise.framework.model.ui.AbstractPresentationModel
 
getMarginPageNearExtent() - Method in interface io.guise.framework.model.ui.PresentationModel
Returns the margin extent of the line near page far border.
getMaxContentLength() - Method in class io.guise.framework.validator.ResourceImportValidator
 
getMaximum() - Method in class io.guise.framework.validator.AbstractRangeValidator
 
getMaximum() - Method in interface io.guise.framework.validator.RangeValidator
 
getMaximumLength() - Method in class io.guise.framework.component.TextControl
 
getMaxTabCount() - Method in class io.guise.framework.component.TabContainerControl
 
getMaxTabCount() - Method in class io.guise.framework.component.TabControl
 
getMenu() - Method in class io.guise.framework.component.AbstractFrame
 
getMenu() - Method in interface io.guise.framework.component.Frame
 
getMenu() - Method in class io.guise.framework.prototype.AbstractMenuToolCompositeComponentPrototypeProvisionStrategy
 
getMenu() - Method in class io.guise.framework.prototype.DefaultMenuToolPrototypeProvisionStrategy
 
getMenu() - Method in class io.guise.framework.prototype.FrameMenuToolPrototypeProvisionStrategy
 
getMessage() - Method in class io.guise.framework.component.Message
 
getMessage() - Method in class io.guise.framework.component.MessageOptionDialogFrame
 
getMessage() - Method in class io.guise.framework.component.Table.DefaultCellMessage
getMessage() - Method in class io.guise.framework.model.Notification
 
getMessageContentType() - Method in class io.guise.framework.component.Message
 
getMessageContentType() - Method in class io.guise.framework.model.Notification
 
getMessageDigest() - Method in class io.guise.framework.platform.AbstractXMLDepictContext
 
getMillisecondControl() - Method in class io.guise.framework.component.DateTimeFieldsControl
 
getMinimum() - Method in class io.guise.framework.validator.AbstractRangeValidator
 
getMinimum() - Method in interface io.guise.framework.validator.RangeValidator
 
getMinuteControl() - Method in class io.guise.framework.component.DateTimeFieldsControl
 
getModalListener() - Method in class io.guise.framework.ModalNavigation
 
getModalNavigation() - Method in class io.guise.framework.AbstractGuiseSession
 
getModalNavigation() - Method in interface io.guise.framework.GuiseSession
 
getMode() - Method in class io.guise.framework.component.AbstractEditComponentTextControl
 
getMode() - Method in class io.guise.framework.component.AbstractFrame
 
getMode() - Method in interface io.guise.framework.component.ModalComponent
 
getModel() - Method in class io.guise.framework.component.Table.DefaultCellValueModel
 
getModelListener() - Method in class io.guise.framework.event.AbstractNavigateModalActionListener
 
getModelSet() - Method in class io.guise.framework.model.AbstractModelGroup
 
getModifiedProperties() - Method in class io.guise.framework.platform.AbstractDepictor
 
getMonthCalendar() - Method in class io.guise.framework.model.CalendarMonthTableModel
 
getMonthListControl() - Method in class io.guise.framework.component.CalendarControl
 
getMonthListControl() - Method in class io.guise.framework.component.DateTimeFieldsControl
 
getMouseButton() - Method in enum io.guise.framework.platform.web.Button
 
getMouseListeners() - Method in class io.guise.framework.component.AbstractComponent
 
getMousePosition() - Method in class io.guise.framework.event.AbstractMouseEvent
 
getMousePosition() - Method in interface io.guise.framework.event.MouseEvent
 
getMutualExclusionGroupID(MutualExclusionPolicyModelGroup) - Method in class io.guise.framework.platform.web.WebCheckControlDepictor
Determines the ID for the mutual exclusion group.
getName() - Method in class io.guise.framework.component.AbstractComponent
 
getName() - Method in interface io.guise.framework.component.Component
 
getName() - Method in class io.guise.framework.model.FileItemResourceImport
 
getName() - Method in interface io.guise.framework.model.ResourceImport
 
getName() - Method in class io.guise.framework.platform.AbstractPlatformFile
 
getName() - Method in class io.guise.framework.platform.AbstractProduct
 
getName() - Method in interface io.guise.framework.platform.PlatformFile
 
getName() - Method in interface io.guise.framework.platform.Product
 
getNameLabel() - Method in class io.guise.framework.component.AboutPanel
 
getNamespaceURI(C) - Method in class io.guise.framework.platform.web.AbstractWebComponentDepictor
Determines the namespace URI of the XML element.
getNavigateActionListener(ActionControl) - Static method in class io.guise.framework.platform.web.WebLinkDepictor
Retrieves the first NavigateActionListener or ModalNavigationListener registered with the given action control, if any.
getNavigationComponent(URIPath) - Method in class io.guise.framework.AbstractGuiseSession
 
getNavigationComponent(URIPath) - Method in interface io.guise.framework.GuiseSession
Retrieves the component bound to the given application context-relative path.
getNavigationDescription() - Method in class io.guise.framework.AbstractGuiseSession
 
getNavigationDescription() - Method in interface io.guise.framework.GuiseSession
Returns a description of the resource for the current navigation path and bookmark.
getNavigationDescription(URIPath, Bookmark) - Method in class io.guise.framework.AbstractGuiseSession
 
getNavigationDescription(URIPath, Bookmark) - Method in interface io.guise.framework.GuiseSession
Returns a description of the resource for the given navigation path and bookmark.
getNavigationModel() - Method in class io.guise.framework.component.facebook.LikeButton
 
getNavigationPath() - Method in class io.guise.framework.AbstractGuiseSession
 
getNavigationPath() - Method in class io.guise.framework.Breadcrumb
 
getNavigationPath() - Method in class io.guise.framework.component.facebook.LikeButton
 
getNavigationPath() - Method in interface io.guise.framework.component.