- generateETag(String) - Static method in class org.fujion.core.WebUtil
-
Converts a value to an ETag value.
- GenericBinder<M> - Class in org.fujion.model
-
Generic data binder.
- GenericBinder() - Constructor for class org.fujion.model.GenericBinder
-
- GenericBinder(M) - Constructor for class org.fujion.model.GenericBinder
-
- get(Class<? extends BaseComponent>) - Method in class org.fujion.ancillary.ComponentRegistry
-
Returns a component definition given a component class.
- get() - Method in class org.fujion.ancillary.CssStyles
-
Returns an immutable map of existing styles.
- get(String) - Method in class org.fujion.ancillary.CssStyles
-
Returns the value associated with a style.
- get(String) - Static method in class org.fujion.client.ExecutionContext
-
Returns the value associated with a key, or null if not found.
- get(int) - Method in class org.fujion.model.ListModel
-
- get(String) - Method in class org.fujion.page.PageDefinitionCache
-
- get(String, ObjectFactory<?>) - Method in class org.fujion.spring.AbstractScope
-
- get(String, ObjectFactory<?>) - Method in class org.fujion.spring.AbstractScope.ScopeContainer
-
- getAbsolutePath() - Method in class org.fujion.webjar.WebJar
-
Returns the absolute path of this web jar.
- getAccept() - Method in class org.fujion.component.Upload
-
Returns the specifier reflecting the type of files the server expects.
- getActiveSessions() - Method in class org.fujion.websocket.Sessions
-
Returns an immutable list of all active sessions.
- getAlignment() - Method in class org.fujion.component.Caption
-
Returns the alignment of the label.
- getAlignment() - Method in class org.fujion.component.Toolbar
-
Returns the
alignment of children within the tool bar.
- getAlt() - Method in class org.fujion.component.Image
-
Returns the alternate text for the image.
- getAncestor(Class<T>) - Method in class org.fujion.component.BaseComponent
-
Return first ancestor that is of the requested type.
- getAncestor(Class<T>, boolean) - Method in class org.fujion.component.BaseComponent
-
Return first ancestor that is of the requested type.
- getArgs() - Method in class org.fujion.ipc.InvocationRequest
-
Returns method arguments.
- getAttribute(String, T) - Method in class org.fujion.component.BaseComponent
-
Returns the value of the named attribute, cast to the specified type.
- getAttribute(String, Class<T>) - Method in class org.fujion.component.BaseComponent
-
Returns the value of the named attribute, converted to the specified type.
- getAttribute(ProcessingInstruction, String, boolean) - Method in class org.fujion.page.PIParserBase
-
Extracts an attribute from a processing instruction's data where the data is formatted as a
space-delimited list of key-value pairs.
- getAttributes() - Method in class org.fujion.component.BaseComponent
-
Returns the attribute map for this component.
- getAttributes() - Method in class org.fujion.page.PageElement
-
Returns a copy of the attribute map.
- getAttributes() - Method in class org.fujion.websocket.Session
-
Returns the attribute map associated with the session.
- getAutoFilter() - Method in class org.fujion.component.Combobox
-
If true, any choices not matching the current input will be hidden.
- getAutoSize() - Method in class org.fujion.component.Grid
-
Returns the auto size setting.
- getBalloon() - Method in class org.fujion.component.BaseUIComponent
-
Returns the balloon text to be displayed adjacent to the component.
- getBaseURL(HttpServletRequest) - Static method in class org.fujion.core.RequestUtil
-
Returns the full base URL for the servlet.
- getBaseUrl() - Static method in class org.fujion.core.WebUtil
-
Returns the base url from the execution context.
- getBeanClassName(Element) - Method in class org.fujion.spring.AbstractXmlParser
-
- getBlob() - Method in class org.fujion.event.UploadEvent
-
Returns the file contents as an input stream.
- getBottom() - Method in class org.fujion.event.ResizeEvent
-
Returns the new bottom relative position in pixels.
- getBrowserInfo(String) - Method in class org.fujion.component.Page
-
Returns the requested attribute value from information provided by the client browser.
- getBrowserInfo(String, Class<T>) - Method in class org.fujion.component.Page
-
Returns the requested attribute value, cast to the specified type, from information provided
by the client browser.
- getBrowserInfo() - Method in class org.fujion.component.Page
-
Returns an immutable map of information provided by the browser.
- getCardinality(String) - Method in class org.fujion.annotation.ComponentDefinition
-
Returns the cardinality of a child tag.
- getCategory() - Method in class org.fujion.component.MessagePane
-
Returns the category of the message.
- getCharCode() - Method in class org.fujion.event.KeyEvent
-
Returns the character code of the depressed key(s).
- getChild(Class<T>) - Method in class org.fujion.component.BaseComponent
-
Return the first child of the requested type.
- getChildAt(int) - Method in class org.fujion.component.BaseComponent
-
Returns the child at the specified index.
- getChildCount() - Method in class org.fujion.component.BaseComponent
-
Returns the number of children.
- getChildCount(Class<? extends BaseComponent>) - Method in class org.fujion.component.BaseComponent
-
Returns the count of children of a specified type.
- getChildren() - Method in class org.fujion.component.BaseComponent
-
Returns an immutable list of existing children.
- getChildren(Class<T>) - Method in class org.fujion.component.BaseComponent
-
Returns an iterable of children of the specified type.
- getChildren(M) - Method in interface org.fujion.model.INestedModel
-
Returns the child list model given the parent.
- getChildren() - Method in class org.fujion.page.PageElement
-
Returns a list of this page element's children.
- getChildTags() - Method in class org.fujion.annotation.ComponentDefinition
-
Returns an immutable map of all child tags.
- getClasses(Package) - Method in class org.fujion.annotation.PackageScanner
-
Find all classes belonging to the specified package.
- getClasses(String) - Method in class org.fujion.annotation.PackageScanner
-
Find all classes belonging packages matching the pattern.
- getClasses() - Method in class org.fujion.component.BaseUIComponent
-
Returns the CSS classes set for this component.
- getClassName() - Method in class org.fujion.taglib.TagLibraryFunction
-
Returns the fully qualified name of the class.
- getCloseAction() - Method in class org.fujion.component.Window
-
Returns the
action to be taken when the window is closed.
- getCode() - Method in enum org.fujion.event.KeyCode
-
Returns the key code.
- getCols() - Method in class org.fujion.component.Memobox
-
Returns the visible width of the input area in characters.
- getColspan() - Method in class org.fujion.component.Rowcell
-
Returns how many columns this cell will span.
- getColumns() - Method in class org.fujion.component.Grid
-
Returns the Columns child.
- getCombobox() - Method in class org.fujion.component.Comboitem
-
Returns the combo box that is the parent of this combo item.
- getComponent() - Method in exception org.fujion.ancillary.ComponentException
-
Returns the component instance that caused the exception.
- getComponentClass() - Method in exception org.fujion.ancillary.ComponentException
-
Returns the class of the component that caused the exception.
- getComponentClass() - Method in class org.fujion.annotation.ComponentDefinition
-
Returns the implementation class for this component type.
- getCompositeAnchor() - Method in interface org.fujion.ancillary.IComposite
-
Returns the name of the anchor component within the parent namespace.
- getCompositeAnchor() - Method in class org.fujion.component.BaseCompositeComponent
-
- getCompositeAnchor() - Method in class org.fujion.component.Snippet
-
- getCompositePosition() - Method in interface org.fujion.ancillary.IComposite
-
Returns the insertion point of the composite relative to its anchor.
- getCompositePosition() - Method in class org.fujion.component.BaseCompositeComponent
-
- getCompositePosition() - Method in class org.fujion.component.Snippet
-
- getCompositeRoot() - Method in interface org.fujion.ancillary.IComposite
-
Returns the root component for the composite.
- getCompositeRoot() - Method in class org.fujion.component.BaseCompositeComponent
-
- getConfig() - Method in class org.fujion.webjar.WebJar
-
Returns the configuration for this webjar, after normalization.
- getConfig() - Method in class org.fujion.webjar.WebJarLocator
-
Returns a copy of the configuration.
- getContainer() - Method in class org.fujion.spring.AbstractScope
-
Implement to retrieve the container for this scope.
- getContainer() - Method in class org.fujion.spring.PageScope
-
Return container for current execution context.
- getContent() - Method in class org.fujion.component.BaseComponent
-
Returns the text content associated with this component, if any.
- getContext() - Method in class org.fujion.component.BaseUIComponent
-
Returns the popup component that will appear when right-clicking on this component.
- getController() - Method in class org.fujion.component.BaseComponent
-
- getControllers() - Method in class org.fujion.component.BaseComponent
-
Returns an immutable list of controllers wired to this component.
- getConversationId() - Method in class org.fujion.spring.AbstractScope
-
- getConversationId() - Method in class org.fujion.spring.AbstractScope.ScopeContainer
-
- getCookie(String) - Static method in class org.fujion.core.WebUtil
-
Returns the named cookie from the current request.
- getCookie(String, HttpServletRequest) - Static method in class org.fujion.core.WebUtil
-
Returns the named cookie from the specified request.
- getCookieValue(String) - Static method in class org.fujion.core.WebUtil
-
Returns the value from the named cookie from the specified request.
- getCookieValue(String, HttpServletRequest) - Static method in class org.fujion.core.WebUtil
-
Returns the value from the named cookie from the specified request.
- getCount() - Method in class org.fujion.ancillary.Badge
-
Returns the current count.
- getCount() - Method in class org.fujion.event.TimerEvent
-
Returns the number of times the timer has fired.
- getCreationTime() - Method in class org.fujion.websocket.Session
-
Returns the session's time of creation.
- getCss() - Method in class org.fujion.component.BaseUIComponent
-
Returns the CSS specifier for this component.
- getCurrentPage() - Method in class org.fujion.component.Paging
-
Returns the number of the currently selected page.
- getCurrentPage() - Method in interface org.fujion.model.IPaginator
-
Returns the index of the current page.
- getCurrentPage() - Method in class org.fujion.model.Paginator
-
- getCurrentTarget() - Method in class org.fujion.event.Event
-
Returns the event's current target (the component that handled the event).
- getData() - Method in class org.fujion.ancillary.MimeContent
-
- getData() - Method in class org.fujion.client.ClientRequest
-
Returns the data payload associated with the request.
- getData(Class<T>) - Method in class org.fujion.client.ClientRequest
-
Returns the data payload associated with the request, coercing it to the specified type.
- getData() - Method in class org.fujion.component.BaseComponent
-
Returns the data object associated with the component.
- getData(Class<T>) - Method in class org.fujion.component.BaseComponent
-
Returns the data object associated with the component if it is of the specified type;
otherwise returns null.
- getData() - Method in class org.fujion.event.Event
-
Returns arbitrary data associated with the event, if any.
- getDefaultTheme() - Method in class org.fujion.theme.ThemeResolvers
-
Returns the name of the default theme.
- getDefaultType() - Method in class org.fujion.ancillary.JavaScriptConverter
-
- getDeferredRendering() - Method in interface org.fujion.model.IModelAndView
-
Returns deferred rendering setting.
- getDeferredRendering() - Method in interface org.fujion.model.ISupportsModel
-
Returns deferred rendering setting.
- getDeferredRendering() - Method in class org.fujion.model.ModelAndView
-
- getDefinition() - Method in class org.fujion.component.BaseComponent
-
Return the component's definition.
- getDefinition() - Method in class org.fujion.page.PageElement
-
Returns the component definition for this page element.
- getDescription() - Method in class org.fujion.annotation.ComponentDefinition
-
Returns the description of this component.
- getDescription() - Method in class org.fujion.servlet.ETaggedResource
-
- getDisplayText(BaseComponent) - Method in interface org.fujion.dragdrop.IDropRenderer
-
The drop renderer should supply text to be displayed in association with the dropped item.
- getDocument() - Method in class org.fujion.page.PageSource
-
Returns the FSP as an XML document.
- getDraggable() - Method in class org.fujion.event.DropEvent
-
Returns the component that was dragged.
- getDragid() - Method in class org.fujion.component.BaseUIComponent
-
Returns a space-delimited list of drag id's associated with this component.
- getDropid() - Method in class org.fujion.component.BaseUIComponent
-
Returns a space-delimited list of drop id's associated with this component.
- getDropId() - Method in interface org.fujion.dragdrop.IDropHandler
-
Handler returns the id(s) of the drop types it can accept.
- getDropRenderer(BaseComponent) - Static method in class org.fujion.dragdrop.DropUtil
-
Searches for a drop renderer associated with the specified component or one of its ancestor
components.
- getDuration() - Method in class org.fujion.component.MessagePane
-
Returns the duration, in milliseconds, that the message will be displayed.
- getELCacheSize() - Method in class org.fujion.jmx.CacheManagementConsole
-
Returns the size of the expression cache.
- getETag(HttpServletRequest) - Static method in class org.fujion.core.WebUtil
-
Returns an ETag from an HTTP request.
- getETag(HttpServletResponse) - Static method in class org.fujion.core.WebUtil
-
Returns an ETag from an HTTP response.
- getETag() - Method in exception org.fujion.servlet.ETaggedResource.ResourceNotModifiedException
-
- getEtag() - Method in class org.fujion.theme.Theme
-
Returns the ETag for this theme.
- getEventClass(String) - Method in class org.fujion.annotation.EventTypeScanner
-
Returns an implementation class given an event type.
- getEventClass(String) - Static method in class org.fujion.event.EventUtil
-
Returns the implementation class for the specified event type.
- getEventQueue() - Method in class org.fujion.component.Page
-
Returns the event queue for this page.
- getEventType(Class<? extends Event>) - Method in class org.fujion.annotation.EventTypeScanner
-
Given an event class, returns the event type implemented by that class.
- getEventType(Class<? extends Event>) - Static method in class org.fujion.event.EventUtil
-
Returns the event type given the implementation class.
- getEventType(ClientRequest) - Static method in class org.fujion.event.EventUtil
-
Extracts the event type from the client request.
- getEventTypes() - Method in class org.fujion.annotation.EventTypeScanner
-
Returns the set of registered event types.
- getFactory() - Method in class org.fujion.annotation.ComponentDefinition
-
Returns a factory instance for this component.
- getFactoryClass() - Method in class org.fujion.annotation.ComponentDefinition
-
Returns the factory class for this component type.
- getFactoryParameters() - Method in class org.fujion.annotation.ComponentDefinition
-
Returns an immutable map of factory parameters.
- getFile() - Method in class org.fujion.event.UploadEvent
-
Returns the name of the uploaded file.
- getFile() - Method in class org.fujion.servlet.ETaggedResource
-
- getFilename() - Method in class org.fujion.servlet.ETaggedResource
-
- getFirstChild() - Method in class org.fujion.component.BaseComponent
-
Returns the first child of this component.
- getFirstVisibleChild(boolean) - Method in class org.fujion.component.BaseUIComponent
-
Returns the first visible child, if any.
- getFirstVisibleChild(Class<T>, boolean) - Method in class org.fujion.component.BaseUIComponent
-
Returns the first visible child of a given class, if any.
- getFlex() - Method in class org.fujion.component.BaseUIComponent
-
Returns the flex setting.
- getFormat() - Method in class org.fujion.component.Datebox
-
Returns the format for displaying the date.
- getFormat() - Method in class org.fujion.component.Timebox
-
Returns the format for displaying the time.
- getFSPCacheSize() - Method in class org.fujion.jmx.CacheManagementConsole
-
Returns the size of the page definition cache.
- getFunction(String) - Method in class org.fujion.taglib.TagLibrary
-
Returns a function definition given its name.
- getGetters() - Method in class org.fujion.annotation.ComponentDefinition
-
Returns an immutable map of getter methods.
- getGroup() - Method in class org.fujion.component.Radiobutton
-
Returns the nearest enclosing radio group.
- getHandle() - Method in class org.fujion.event.CallbackEvent
-
Returns the callback handle.
- getHandler(String, Object, Event) - Static method in class org.fujion.event.EventUtil
-
Returns a suitable handler method for an event.
- getHeight() - Method in class org.fujion.component.BaseUIComponent
-
Returns the height.
- getHeight() - Method in class org.fujion.event.ResizeEvent
-
Returns the new height in pixels.
- getHint() - Method in class org.fujion.component.BaseUIComponent
-
Returns the popup text to be displayed when hovering over this component.
- getHref() - Method in class org.fujion.component.Hyperlink
-
Returns the URL of the link destination.
- getId() - Method in interface org.fujion.ancillary.IElementIdentifier
-
Returns the unique identifier of the corresponding HTML element.
- getId() - Method in class org.fujion.component.BaseComponent
-
Returns the unique id of the client widget corresponding to this component.
- getId() - Method in class org.fujion.component.BaseComponent.SubComponent
-
- getId() - Method in class org.fujion.event.Event
-
Returns the client-assigned id for the event.
- getId() - Method in class org.fujion.websocket.Session
-
Returns the session's id, which is the same as the underlying web socket id.
- getImage() - Method in class org.fujion.component.BaseLabeledImageComponent
-
Returns the URL of the image associated with this component.
- getImage() - Method in class org.fujion.component.Page
-
Returns the URL of the image used for the page icon.
- getImage() - Method in class org.fujion.component.Window
-
Returns the URL of the image to be displayed on the left side of the title bar.
- getIncludeNamedComponents() - Method in class org.fujion.component.BaseScriptComponent
-
If true, any named components within the namespace occupied by "self" will be passed as
arguments to the script.
- getIndex() - Method in class org.fujion.component.BaseComponent
-
Returns the index of this child within its parent.
- getInputStream() - Method in class org.fujion.servlet.ETaggedResource
-
- getInstance() - Static method in class org.fujion.ancillary.ComponentRegistry
-
Returns the singleton instance of the component registry.
- getInstance() - Static method in class org.fujion.annotation.ComponentScanner
-
Returns a singleton instance of the component scanner.
- getInstance() - Static method in class org.fujion.annotation.EventTypeScanner
-
Returns a singleton instance of the event type scanner.
- getInstance() - Static method in class org.fujion.expression.ELEvaluator
-
- getInstance() - Static method in class org.fujion.expression.ExpressionCache
-
- getInstance() - Static method in class org.fujion.ipc.InvocationRequestQueueRegistry
-
- getInstance() - Static method in class org.fujion.page.PageDefinitionCache
-
- getInstance() - Static method in class org.fujion.page.PageParser
-
- getInstance() - Static method in class org.fujion.script.ScriptRegistry
-
- getInstance() - Static method in class org.fujion.servlet.DynamicResourceRegistry
-
Returns the singleton instance.
- getInstance() - Static method in class org.fujion.spring.ClasspathMessageSource
-
- getInstance() - Static method in class org.fujion.taglib.TagLibraryParser
-
- getInstance() - Static method in class org.fujion.taglib.TagLibraryRegistry
-
- getInstance() - Static method in class org.fujion.theme.ThemeRegistry
-
Returns a singleton instance of the theme registry.
- getInstance() - Static method in class org.fujion.theme.ThemeResolvers
-
- getInstance() - Static method in class org.fujion.webjar.WebJarLocator
-
Returns a singleton instance of the web jar locator.
- getInstance() - Static method in class org.fujion.websocket.Sessions
-
- getInterval() - Method in class org.fujion.component.Timer
-
Returns the interval, in milliseconds, between timer events.
- getKeepaliveInterval() - Static method in class org.fujion.websocket.WebSocketConfiguration
-
Returns the keep-alive interval, in milliseconds.
- getKey(ComponentDefinition) - Method in class org.fujion.ancillary.ComponentRegistry
-
- getKey() - Method in class org.fujion.client.ClientInvocation
-
Returns the key associated with the client invocation request.
- getKey(InvocationRequestQueue) - Method in class org.fujion.ipc.InvocationRequestQueueRegistry
-
- getKey(Page) - Method in class org.fujion.page.PageRegistry
-
- getKey(IScriptLanguage) - Method in class org.fujion.script.ScriptRegistry
-
- getKey(TagLibrary) - Method in class org.fujion.taglib.TagLibraryRegistry
-
- getKey(Theme) - Method in class org.fujion.theme.ThemeRegistry
-
- getKeycapture() - Method in class org.fujion.component.BaseUIComponent
-
Returns the list of key codes to be captured.
- getKeycapture() - Method in class org.fujion.event.KeyEvent
-
Returns the key capture representation of the typed key.
- getKeyCode() - Method in class org.fujion.event.KeyEvent
-
Returns the key code of the depressed key(s).
- getLabel() - Method in interface org.fujion.ancillary.ILabeled
-
Returns the value of the label.
- getLabel() - Method in class org.fujion.component.BaseLabeledComponent
-
- getLabelClass() - Method in class org.fujion.component.Caption
-
Returns the CSS class(es) associated with the label.
- getLabelStyle() - Method in class org.fujion.component.Caption
-
Returns the style(s) associated with the label.
- getLastActivity() - Method in class org.fujion.websocket.Session
-
Returns the time of last activity for the session.
- getLastChild() - Method in class org.fujion.component.BaseComponent
-
Returns the last child of this component.
- getLastController() - Method in class org.fujion.component.BaseComponent
-
Returns a reference to the last controller wired to this component.
- getLeft() - Method in class org.fujion.event.ResizeEvent
-
Returns the new left relative position in pixels.
- getListbox() - Method in class org.fujion.component.Listitem
-
Returns the list box that is the parent of this list item.
- getLoaded() - Method in class org.fujion.event.UploadEvent
-
Returns the number of bytes transferred so far.
- getLocalHostAddress() - Static method in class org.fujion.core.RequestUtil
-
Return local host IP.
- getMatching(String) - Method in class org.fujion.ancillary.ComponentRegistry
-
Returns a list of all component definitions whose tags match the specified pattern.
- getMaximum() - Method in class org.fujion.annotation.ComponentDefinition.Cardinality
-
Returns the maximum cardinality.
- getMaxLength() - Method in class org.fujion.component.BaseInputboxComponent
-
Returns the maximum character length of input.
- getMaxPage() - Method in interface org.fujion.model.IPaginator
-
Returns the index of the last page.
- getMaxPage() - Method in class org.fujion.model.Paginator
-
- getMaxsize() - Method in class org.fujion.component.Upload
-
Returns the maximum allowable file size, in bytes.
- getMaxValue() - Method in class org.fujion.component.BaseInputboxComponent
-
Returns the maximum allowable value, if any.
- getMaxValue() - Method in class org.fujion.component.Progressbar
-
Returns the maximum value for the slider.
- getMaxValue() - Method in class org.fujion.component.Slider
-
Returns the maximum allowable value.
- getMessage() - Method in exception org.fujion.ancillary.ComponentException
-
Override default behavior and simply prepend this exception's message to that of its
superclass.
- getMethodName() - Method in class org.fujion.ipc.InvocationRequest
-
Returns the method name.
- getMethodName() - Method in class org.fujion.taglib.TagLibraryFunction
-
Returns the method name.
- getMimeType() - Method in class org.fujion.ancillary.MimeContent
-
- getMinimum() - Method in class org.fujion.annotation.ComponentDefinition.Cardinality
-
Returns the minimum cardinality.
- getMinValue() - Method in class org.fujion.component.BaseInputboxComponent
-
Returns the minimum allowable value, if any.
- getMinValue() - Method in class org.fujion.component.Slider
-
Returns the minimum allowable value.
- getMode() - Method in class org.fujion.component.BaseScriptComponent
-
- getMode() - Method in class org.fujion.component.Window
-
Returns the display
mode of the window.
- getModel() - Method in class org.fujion.model.GenericBinder
-
- getModel() - Method in interface org.fujion.model.IBinder
-
Returns the bound model.
- getModel() - Method in interface org.fujion.model.IModelAndView
-
Returns the list model, or null if none set.
- getModel() - Method in interface org.fujion.model.ISupportsModel
-
Returns the list model, or null if none set.
- getModel(Class<M>) - Method in interface org.fujion.model.ISupportsModel
-
Returns the model for this component.
- getModel() - Method in class org.fujion.model.ModelAndView
-
- getModelAndView() - Method in class org.fujion.component.BasePickerComponent
-
- getModelAndView() - Method in class org.fujion.component.Columns
-
- getModelAndView() - Method in class org.fujion.component.Combobox
-
- getModelAndView() - Method in class org.fujion.component.Listbox
-
- getModelAndView() - Method in class org.fujion.component.Menu
-
- getModelAndView() - Method in class org.fujion.component.Menupopup
-
- getModelAndView() - Method in class org.fujion.component.Rows
-
- getModelAndView() - Method in class org.fujion.component.Tabview
-
- getModelAndView() - Method in class org.fujion.component.Treeview
-
- getModelAndView() - Method in interface org.fujion.model.ISupportsModel
-
Returns the model and view for this component.
- getModelAndView(Class<M>) - Method in interface org.fujion.model.ISupportsModel
-
Returns the model and view for this component.
- getModelOffset(int) - Method in class org.fujion.model.Paginator
-
Returns the index of the first model element on the specified page.
- getModelSize() - Method in interface org.fujion.model.IPaginator
-
Returns the size of the model.
- getModelSize() - Method in class org.fujion.model.Paginator
-
- getMouseButton() - Method in class org.fujion.event.MouseEvent
-
Returns which
mouse button was depressed at the time of the event.
- getName() - Method in class org.fujion.component.BaseComponent
-
Returns the name associated with this instance.
- getName() - Method in class org.fujion.ipc.InvocationRequestQueue
-
Returns the unique name for this queue.
- getName() - Method in class org.fujion.theme.Theme
-
Returns the unique theme name.
- getName() - Method in class org.fujion.webjar.WebJar
-
Returns the unique name for this web jar.
- getNamespace() - Method in class org.fujion.component.BaseComponent
-
Returns the namespace to which this component belongs.
- getNewValue() - Method in class org.fujion.event.PropertychangeEvent
-
Returns the new value of the property.
- getNextSibling() - Method in class org.fujion.component.BaseComponent
-
Return the next sibling for this component.
- getOldValue() - Method in class org.fujion.event.PropertychangeEvent
-
Returns the old value of the property.
- getOnCanClose() - Method in class org.fujion.component.Tab
-
Returns the functional interface that determines whether tab closure is permitted.
- getOnCanClose() - Method in class org.fujion.component.Window
-
Returns the functional interface that determines whether window closure is permitted.
- getOrientation() - Method in class org.fujion.component.Paneview
-
- getOrientation() - Method in class org.fujion.component.Radiogroup
-
Returns the
orientation of radio buttons belonging to this group.
- getOrientation() - Method in class org.fujion.component.Slider
-
- getOrientation() - Method in class org.fujion.component.Toolbar
-
- getOriginalEvent(Event) - Static method in class org.fujion.event.EventUtil
-
Returns original event in a chain of forwarded events.
- getOriginalEvent() - Method in class org.fujion.event.ForwardedEvent
-
Returns the original event being forwarded.
- getOwner() - Method in class org.fujion.ancillary.Badge
-
Returns the component associated with this badge.
- getPage() - Method in class org.fujion.client.ClientRequest
-
The page with which this request is associated.
- getPage() - Static method in class org.fujion.client.ExecutionContext
-
Returns the active client page.
- getPage() - Method in class org.fujion.component.BaseComponent
-
Returns the page to which this component belongs.
- getPage() - Method in class org.fujion.event.Event
-
Returns the page associated with the event.
- getPage(String) - Static method in class org.fujion.page.PageRegistry
-
Convenience method for looking up a registered page.
- getPage() - Method in class org.fujion.websocket.Session
-
Returns the page associated with the session.
- getPageDefinition(String) - Static method in class org.fujion.page.PageUtil
-
Given the URL of its source, retrieves the page definition from the cache.
- getPages() - Static method in class org.fujion.page.PageRegistry
-
Convenience method for returning all registered pages.
- getPageSize() - Method in class org.fujion.component.Paging
-
Returns the maximum number of items on a single page.
- getPageSize() - Method in interface org.fujion.model.IPaginator
-
Returns the number of model objects in a single page.
- getPageSize() - Method in class org.fujion.model.Paginator
-
- getPageX() - Method in class org.fujion.event.MouseEvent
-
Returns the X (horizontal) coordinate in pixels of the event relative to the whole viewport.
- getPageY() - Method in class org.fujion.event.MouseEvent
-
Returns the Y (vertical) coordinate in pixels of the event relative to the whole viewport.
- getPaginator() - Method in class org.fujion.component.Paging
-
Returns the paginator used by this component.
- getPaginator() - Method in interface org.fujion.model.IModelAndView
-
Returns the paging controller, if any.
- getPaginator() - Method in interface org.fujion.model.ISupportsModel
-
Returns the paging controller, if any.
- getPaginator() - Method in class org.fujion.model.ModelAndView
-
- getParam(String, Class<T>) - Method in class org.fujion.client.ClientRequest
-
Returns the named parameter from the request data.
- getParam(String, Class<T>, T) - Method in class org.fujion.client.ClientRequest
-
Returns the named event parameter from the request.
- getParent() - Method in class org.fujion.component.BaseComponent
-
Returns this component's parent, if any.
- getParent() - Method in class org.fujion.page.PageElement
-
Returns the parent of this page element.
- getParentTags() - Method in class org.fujion.annotation.ComponentDefinition
-
Returns an immutable set of parent tags.
- getPattern() - Method in class org.fujion.component.BaseInputboxComponent
-
Returns the regular expression that constrains the input format.
- getPlaceholder() - Method in class org.fujion.component.BaseInputboxComponent
-
Returns the placeholder message that is displayed when the input box is empty.
- getPopup() - Method in class org.fujion.component.BaseUIComponent
-
Returns the popup component that will appear when hovering over this component.
- getPosition() - Method in class org.fujion.component.BaseLabeledComponent
-
Returns the label position.
- getPosition() - Method in class org.fujion.component.Button
-
Returns the position of the label relative to the image.
- getPosition() - Method in class org.fujion.component.Caption
-
Returns the position of the label relative to its associated component.
- getPosition() - Method in class org.fujion.component.Checkbox
-
Returns the position of the label relative to the contained elements.
- getPosition() - Method in class org.fujion.component.Hyperlink
-
Returns the position of the label relative to the contained elements.
- getPosition() - Method in class org.fujion.component.Window
-
- getPreviousSibling() - Method in class org.fujion.component.BaseComponent
-
Return the previous sibling for this component.
- getProgress() - Method in class org.fujion.component.Upload
-
If true, the uploader will fire UploadEvent events to report progress.
- getProperty(BaseComponent, String) - Method in class org.fujion.annotation.ComponentDefinition
-
Returns The value of the named property.
- getPropertyName() - Method in class org.fujion.event.PropertychangeEvent
-
Returns the name of the property that changed.
- getQueryParam(String) - Method in class org.fujion.component.Page
-
Returns the named query parameter from the original request URL.
- getQueryParams() - Method in class org.fujion.component.Page
-
Returns an immutable map containing all query parameters from the original request URL.
- getQueryParams() - Static method in class org.fujion.core.WebUtil
-
Returns the query parameter string from the request url.
- getRelatedTarget() - Method in class org.fujion.event.Event
-
Returns the event's related target, if any.
- getRemoteAddress() - Static method in class org.fujion.core.RequestUtil
-
Return client's ip address.
- getRenderer() - Method in interface org.fujion.model.IModelAndView
-
Returns the renderer, or null if none set.
- getRenderer() - Method in interface org.fujion.model.ISupportsModel
-
Returns the renderer, or null if none set.
- getRenderer(Class<M>) - Method in interface org.fujion.model.ISupportsModel
-
Returns the renderer for a specified model type.
- getRenderer() - Method in class org.fujion.model.ModelAndView
-
- getRepeat() - Method in class org.fujion.component.Timer
-
Returns the repetition count.
- getRequest() - Static method in class org.fujion.client.ExecutionContext
-
Returns the active client request.
- getRequest() - Static method in class org.fujion.core.RequestUtil
-
Return current HttpServletRequest.
- getRequestType() - Method in class org.fujion.client.PingRequestHandler
-
Returns a request type of "ping".
- getRequestType() - Method in class org.fujion.event.EventRequestHandler
-
- getRequestType() - Method in class org.fujion.logging.LogRequestHandler
-
- getRequestType() - Method in class org.fujion.websocket.InitRequestHandler
-
- getRequestType() - Method in interface org.fujion.websocket.IRequestHandler
-
- getRequestUrl() - Static method in class org.fujion.core.WebUtil
-
Returns the original request url from the execution context.
- getResource(String) - Static method in class org.fujion.core.WebUtil
-
Returns the resource corresponding to the source URL.
- getResource(String, ServletContext) - Static method in class org.fujion.core.WebUtil
-
Returns the resource corresponding to the source URL.
- getResource(String) - Method in class org.fujion.servlet.DynamicResourceRegistry
-
Retrieves the resource registered to the specified path.
- getResourcePath(String) - Static method in class org.fujion.webjar.WebJarResourceResolver
-
- getResourceURL(HttpServletRequest) - Static method in class org.fujion.core.RequestUtil
-
Returns the resolved URL of the servlet request path.
- getResourceURL(String) - Static method in class org.fujion.core.RequestUtil
-
Returns the resolved URL for the specified path.
- getResponseHeaders() - Method in class org.fujion.servlet.ETaggedResource
-
- getRight() - Method in class org.fujion.event.ResizeEvent
-
Returns the new right relative position in pixels.
- getRoot() - Method in class org.fujion.component.BaseComponent
-
Return the root component of this component's hierarchy.
- getRootElement() - Method in class org.fujion.page.PageDefinition
-
The root of all page elements in this definition.
- getRootPath() - Method in class org.fujion.webjar.WebJar
-
Returns the relative root path of this web jar.
- getRows() - Method in class org.fujion.component.Grid
-
Returns the Rows child.
- getRows() - Method in class org.fujion.component.Memobox
-
Returns the visible number of rows in the input area.
- getRowspan() - Method in class org.fujion.component.Rowcell
-
Returns how many rows this cell will span.
- getSandbox() - Method in class org.fujion.component.Iframe
-
Returns the sandbox setting for the iframe.
- getSelectable() - Method in class org.fujion.component.Rows
-
- getSelected() - Method in class org.fujion.component.Listbox
-
Returns the set of selected list items.
- getSelected() - Method in class org.fujion.component.Radiogroup
-
Returns the currently selected radio button in this group, if any.
- getSelected() - Method in class org.fujion.component.Rows
-
Returns an immutable set of currently selected rows.
- getSelectedCount() - Method in class org.fujion.component.Listbox
-
Returns the number of selected list items.
- getSelectedCount() - Method in class org.fujion.component.Rows
-
Returns the number of selected rows.
- getSelectedIndex() - Method in class org.fujion.component.Combobox
-
Returns the index of the currently selected item.
- getSelectedIndex() - Method in class org.fujion.component.Listbox
-
Returns the index of the selected list item.
- getSelectedItem() - Method in class org.fujion.component.Combobox
-
Returns the currently selected item, if any.
- getSelectedItem() - Method in class org.fujion.component.Listbox
-
Returns the selected list item, if any.
- getSelectedNode() - Method in class org.fujion.component.Treeview
-
Returns the currently selected node.
- getSelectedRow() - Method in class org.fujion.component.Rows
-
Returns the currently selected row, or null if none.
- getSelectedTab() - Method in class org.fujion.component.Tabview
-
Returns the currently selected tab, if any.
- getSelf() - Method in class org.fujion.component.BaseScriptComponent
-
Returns the component referenced by the script language's "self" variable.
- getSelf() - Method in interface org.fujion.script.IScriptLanguage
-
Returns script variable that will represent the calling context.
- getSelfName() - Method in class org.fujion.component.BaseScriptComponent
-
Returns the script language's variable name corresponding to "this".
- getSelfName() - Method in class org.fujion.component.ServerScript
-
- getServerName() - Static method in class org.fujion.core.RequestUtil
-
Return server name.
- getServletContext() - Static method in class org.fujion.client.ExecutionContext
-
Returns the servlet context.
- getServletContext() - Method in class org.fujion.websocket.Session
-
Returns the servlet context associated with the session.
- getSession() - Method in class org.fujion.client.ClientRequest
-
Return the session to which this request belongs.
- getSession() - Static method in class org.fujion.client.ExecutionContext
-
Returns the active client session.
- getSession() - Method in class org.fujion.component.Page
-
Returns the web socket session dedicated to this page.
- getSession() - Static method in class org.fujion.core.RequestUtil
-
Return current HttpSession
- getSession(ServletRequest) - Static method in class org.fujion.core.RequestUtil
-
Return current HttpSession given request.
- getSession(String) - Method in class org.fujion.websocket.Sessions
-
Looks up a session by its unique id.
- getSessionId() - Static method in class org.fujion.core.RequestUtil
-
Get current request's session id or null if session has not yet been created or if invoked
outside the scope of an Execution/ServletRequest.
- getSetters() - Method in class org.fujion.annotation.ComponentDefinition
-
Returns an immutable map of setter methods.
- getSettingsForClient() - Static method in class org.fujion.logging.LogUtil
-
Returns a JSON string that will be used by the client to initialize logging settings.
- getShowHints() - Method in class org.fujion.component.BasePickerComponent
-
Returns the showHints property.
- getShowLines() - Method in class org.fujion.component.Treeview
-
Returns true if lines connecting parent nodes to their children should be displayed.
- getShowRoot() - Method in class org.fujion.component.Treeview
-
Returns true if the tree root should be visible.
- getShowText() - Method in class org.fujion.component.BasePickerComponent
-
Returns showText property.
- getShowToggles() - Method in class org.fujion.component.Treeview
-
Returns true if expander icons should be displayed for each parent node with children.
- getSize() - Method in class org.fujion.component.Listbox
-
Returns the number of visible list items.
- getSize() - Method in class org.fujion.component.Window
-
Returns the
sizing mode of the window.
- getSocket() - Method in class org.fujion.websocket.Session
-
Returns the web socket associated with the session.
- getSortColumn() - Method in class org.fujion.component.Columns
-
Returns the currently sorted column.
- getSortComparator() - Method in class org.fujion.component.Column
-
Returns the comparator to be used for sorting (if any).
- getSortOrder() - Method in class org.fujion.component.Column
-
Returns the sort order.
- getSortToggle() - Method in class org.fujion.component.Column
-
Returns the type of sort toggle.
- getSource() - Method in class org.fujion.page.PageDefinition
-
Returns the source from which this page definition was derived.
- getSource() - Method in class org.fujion.page.PageSource
-
Returns the source of the FSP.
- getSpecificTargetClasses() - Method in class org.fujion.expression.ContextAccessor
-
- getSpecificTargetClasses() - Method in class org.fujion.expression.MessageAccessor
-
- getSrc() - Method in class org.fujion.ancillary.MimeContent
-
- getSrc() - Method in class org.fujion.component.BaseSourcedComponent
-
Returns the URL of the external content source.
- getSrc() - Method in class org.fujion.component.Html
-
Returns the URL of external HTML content.
- getSrc() - Method in class org.fujion.component.Iframe
-
Returns the URL of the loaded document.
- getSrc() - Method in class org.fujion.component.Image
-
Returns the URL of the image resource.
- getSrc() - Method in class org.fujion.component.Import
-
Returns the URL of the imported FSP.
- getSrc() - Method in class org.fujion.component.Module
-
Returns the module's path.
- getSrc() - Method in class org.fujion.component.Page
-
Returns the URL of the FSP resource that created this page.
- getSrc() - Method in class org.fujion.event.LoadEvent
-
Returns the URL of the loaded document.
- getState() - Method in class org.fujion.event.StatechangeEvent
-
Returns the name of the client state that changed.
- getState() - Method in class org.fujion.event.UploadEvent
-
Returns the upload
state.
- getStep() - Method in class org.fujion.component.BaseNumberboxComponent
-
Gets the step value.
- getStep() - Method in class org.fujion.component.Slider
-
Returns the amount of change in the current value when an arrow button is clicked.
- getStyle(String) - Method in class org.fujion.component.BaseUIComponent
-
Returns the value of the named style.
- getStyles() - Method in class org.fujion.component.BaseUIComponent
-
Returns the styles set for this component.
- getSynchronized() - Method in class org.fujion.component.BaseInputboxComponent
-
Returns the synchronization flag.
- getSynchronized() - Method in class org.fujion.component.BaseNumberboxComponent
-
- getSynchronized() - Method in class org.fujion.component.Memobox
-
- getSynchronized() - Method in class org.fujion.component.Slider
-
Returns the synchronized setting.
- getSynchronized() - Method in class org.fujion.component.Textbox
-
- getSynchronizer() - Method in class org.fujion.component.Page
-
Returns the synchronizer for this page.
- getSynchronizer() - Method in class org.fujion.websocket.Session
-
Returns the synchronizer associated with the session.
- getTabindex() - Method in class org.fujion.component.BaseUIComponent
-
Returns the tab index for the component.
- getTabPosition() - Method in class org.fujion.component.Tabview
-
- getTabview() - Method in class org.fujion.component.Tab
-
- getTag() - Method in class org.fujion.annotation.ComponentDefinition
-
Returns the XML tag for this component type.
- getTagLibrary(String) - Method in class org.fujion.page.PageElement
-
Returns a tag library registered to this page element or one of its ancestors.
- getTarget() - Method in class org.fujion.component.Hyperlink
-
Returns the target where the linked document will be opened.
- getTarget() - Method in class org.fujion.event.Event
-
Returns the event's target (the component on which the event occurred).
- getTarget(LogUtil.LogLevel) - Static method in class org.fujion.logging.LogUtil
-
Returns the client logging target for the specified logging level.
- getTarget() - Method in class org.fujion.page.PIParserBase
-
Returns the processing instruction's target.
- getTargetId() - Method in class org.fujion.event.Event
-
Returns the id of the DOM element that was the actual target of the event.
- getTitle() - Method in class org.fujion.component.Grid
-
Returns the title text.
- getTitle() - Method in class org.fujion.component.Groupbox
-
Returns the title text.
- getTitle() - Method in class org.fujion.component.MessagePane
-
Returns the title bar text.
- getTitle() - Method in class org.fujion.component.Page
-
Returns the page title.
- getTitle() - Method in class org.fujion.component.Pane
-
Returns the title text.
- getTitle() - Method in class org.fujion.component.Window
-
Returns the title text.
- getTop() - Method in class org.fujion.event.ResizeEvent
-
Returns the new top relative position in pixels.
- getTotal() - Method in class org.fujion.event.UploadEvent
-
Returns the total number of bytes to be transferred.
- getTreeview() - Method in class org.fujion.component.Treenode
-
Returns the parent tree view, if any.
- getType() - Method in class org.fujion.client.ClientRequest
-
Returns the type of this request.
- getType() - Method in class org.fujion.component.ServerScript
-
Returns the type of script.
- getType() - Method in class org.fujion.event.Event
-
Returns the type of event.
- getType() - Method in class org.fujion.jmx.CacheManagementConsole
-
- getType() - Method in interface org.fujion.jmx.JMXConsole.IJMXConsolePlugin
-
The MBean type value.
- getType() - Method in interface org.fujion.script.IScriptLanguage
-
The language type of the script (e.g., "groovy").
- getURI() - Method in class org.fujion.servlet.ETaggedResource
-
- getUri() - Method in class org.fujion.taglib.TagLibrary
-
- getURL() - Method in class org.fujion.servlet.ETaggedResource
-
- getValue() - Method in class org.fujion.component.BaseInputComponent
-
Returns the input value.
- getValue() - Method in class org.fujion.component.BasePickerItem
-
Returns the value associated with the item.
- getValue() - Method in class org.fujion.component.Comboitem
-
Returns the value associated with the combo item.
- getValue() - Method in class org.fujion.component.Listitem
-
Returns the value associated with the list item.
- getValue() - Method in class org.fujion.component.Progressbar
-
Returns the current value of the slider.
- getValue() - Method in class org.fujion.component.Slider
-
Returns the current value of the slider.
- getValue() - Method in class org.fujion.event.ChangeEvent
-
Returns the changed value.
- getValue(Class<T>) - Method in class org.fujion.event.ChangeEvent
-
Returns the changed value, coerced to the specified type.
- getValue() - Method in class org.fujion.event.InputEvent
-
Returns the value of the input data.
- getValue() - Method in class org.fujion.event.StatechangeEvent
-
Returns the new value of the state.
- getValue(String) - Method in class org.fujion.expression.ELContext
-
Returns a value for the named object.
- getVersion() - Method in class org.fujion.webjar.WebJar
-
Returns the version of this web jar.
- getWebjar(String) - Method in class org.fujion.webjar.WebJarLocator
-
Finds a web jar given its unique name.
- getWebJarInit() - Method in class org.fujion.webjar.WebJarLocator
-
Returns the initialization data for the SystemJS config call.
- getWidgetClass() - Method in class org.fujion.annotation.ComponentDefinition
-
Returns the javascript class for the widget.
- getWidgetModule() - Method in class org.fujion.annotation.ComponentDefinition
-
Returns the javascript module containing the widget class.
- getWidth() - Method in class org.fujion.component.BaseUIComponent
-
Returns the width.
- getWidth() - Method in class org.fujion.event.ResizeEvent
-
Returns the new width in pixels.
- getWrap() - Method in class org.fujion.component.Memobox
-
Returns the wrap mode.
- globalStyles - Variable in class org.fujion.ancillary.PrintOptions
-
Whether or not the styles from the parent document should be included.
- Grid - Class in org.fujion.component
-
A grid component.
- Grid() - Constructor for class org.fujion.component.Grid
-
- Groupbox - Class in org.fujion.component
-
A container component with a frame and title for visual grouping of related elements.
- Groupbox() - Constructor for class org.fujion.component.Groupbox
-
- IAutoWired - Interface in org.fujion.ancillary
-
Allows wired controllers to be notified when they have been initialized.
- IBinder<T> - Interface in org.fujion.model
-
Interface for implementing model bindings.
- IBinder.TemplateConverter - Class in org.fujion.model
-
Supports use of format strings as type converters.
- IBinder.Value - Enum in org.fujion.model
-
A converter may return this value to ignore a binding change.
- IBinding - Interface in org.fujion.model
-
Represents a binding between a property on a model object and one on a component.
- IBinding.IReadBinding - Interface in org.fujion.model
-
Read from model, write to target.
- IBinding.IWriteBinding - Interface in org.fujion.model
-
Read from target, write to model.
- IClientTransform - Interface in org.fujion.client
-
Implemented by objects that have custom transforms for use in a client invocation.
- IComponentRenderer<T extends BaseComponent,M> - Interface in org.fujion.model
-
Renders a model object to a component.
- IComposite - Interface in org.fujion.ancillary
-
Implemented by classes that can supply components for insertion into other components.
- IComposite.CompositePosition - Enum in org.fujion.ancillary
-
Describes the insertion point of the composite relative to its anchor.
- ID_PREFIX - Static variable in class org.fujion.component.Page
-
- IDisable - Interface in org.fujion.ancillary
-
Simple interface for things that can be disabled.
- IDropHandler - Interface in org.fujion.dragdrop
-
Interface to be implemented by handlers of drop events.
- IDropRenderer - Interface in org.fujion.dragdrop
-
Interface to support rendering of dropped items.
- IElementIdentifier - Interface in org.fujion.ancillary
-
Interface for classes that assign a unique identifier to an HTML element.
- IEnumWithValue - Interface in org.fujion.ancillary
-
Implemented by enums that have an associated integer value.
- IEventListener - Interface in org.fujion.event
-
Callback interface for an event listener.
- Iframe - Class in org.fujion.component
-
An iframe component.
- Iframe() - Constructor for class org.fujion.component.Iframe
-
- iframe$boolean - Variable in class org.fujion.ancillary.PrintOptions
-
Whether to print from an iframe instead of a pop-up window.
- iframe$selector - Variable in class org.fujion.ancillary.PrintOptions
-
Selector of an existing iframe to use for printing.
- ILabeled - Interface in org.fujion.ancillary
-
Simple interface for components that have a label.
- IListModel<M> - Interface in org.fujion.model
-
Describes a tracked list used to hold model objects.
- IListModel.IListModelListener - Interface in org.fujion.model
-
Interface for listeners receiving events when the list is modified.
- IListModel.ListEventType - Enum in org.fujion.model
-
Types of list mutation operations.
- Image - Class in org.fujion.component
-
A component representing an embedded image.
- Image() - Constructor for class org.fujion.component.Image
-
- Image(String) - Constructor for class org.fujion.component.Image
-
- Image(String, String) - Constructor for class org.fujion.component.Image
-
- Image(MimeContent) - Constructor for class org.fujion.component.Image
-
- ImagePicker - Class in org.fujion.component
-
A component for selecting an image from a collection of images.
- ImagePicker() - Constructor for class org.fujion.component.ImagePicker
-
- ImagePicker.ImagePickeritem - Class in org.fujion.component
-
An image selection for image picker.
- ImagePickeritem() - Constructor for class org.fujion.component.ImagePicker.ImagePickeritem
-
- ImagePickeritem(String) - Constructor for class org.fujion.component.ImagePicker.ImagePickeritem
-
- IModelAndView<T extends BaseComponent,M> - Interface in org.fujion.model
-
This is a composite interface consisting of a list model and its associated renderer.
- Import - Class in org.fujion.component
-
A component that permits importing another page into the referencing page.
- Import() - Constructor for class org.fujion.component.Import
-
- INamespace - Interface in org.fujion.ancillary
-
Marker interface for a component that serves as a namespace boundary for component names.
- incCount(int) - Method in class org.fujion.ancillary.Badge
-
Increments the count by the specified value.
- indexOf(Object) - Method in class org.fujion.model.ListModel
-
- INestedModel<M> - Interface in org.fujion.model
-
Extends the list model by adding support for nesting models within models.
- inExecutionContext(Page) - Static method in class org.fujion.page.PageUtil
-
Returns true if the current execution context belongs to the specified page.
- init() - Static method in class org.fujion.core.InitLocalizer
-
Initialize the Localizer.
- init(BaseComponent, String, Method, Method) - Method in interface org.fujion.model.IBinding
-
- init() - Method in class org.fujion.spring.ComponentXmlHandler
-
- init() - Method in class org.fujion.spring.EventTypeXmlHandler
-
- init(FilterConfig) - Method in class org.fujion.theme.ThemeServletFilter
-
- InitLocalizer - Class in org.fujion.core
-
Initializes the Localizer class with the locale and time zone resolvers.
- InitRequestHandler - Class in org.fujion.websocket
-
Handler for an initialization request.
- InitRequestHandler() - Constructor for class org.fujion.websocket.InitRequestHandler
-
- initSettings(Map<String, String>) - Static method in class org.fujion.logging.LogUtil
-
Initializes client logging settings.
- initWebApplicationContext() - Method in class org.fujion.servlet.FujionServlet
-
- InputEvent - Class in org.fujion.event
-
An input event.
- InputEvent() - Constructor for class org.fujion.event.InputEvent
-
- InputEvent(BaseComponent, Object) - Constructor for class org.fujion.event.InputEvent
-
- inRange(int) - Method in class org.fujion.model.Paginator
-
Returns true if the model index falls within the current page.
- Integerbox - Class in org.fujion.component
-
An input box for entering integers.
- Integerbox() - Constructor for class org.fujion.component.Integerbox
-
- InvocationRequest - Class in org.fujion.ipc
-
A single invocation request that will be sent to a target.
- InvocationRequest(String, Object...) - Constructor for class org.fujion.ipc.InvocationRequest
-
Create a help request.
- InvocationRequestQueue - Class in org.fujion.ipc
-
This class implements a queue that allows one page to execute methods on a target on another page
(the owner of the queue) via invocation requests.
- InvocationRequestQueue(String, BaseComponent, InvocationRequest) - Constructor for class org.fujion.ipc.InvocationRequestQueue
-
Create an invocation request queue for the specified target.
- InvocationRequestQueue(String, Page, Object, InvocationRequest) - Constructor for class org.fujion.ipc.InvocationRequestQueue
-
Create an invocation request queue for the specified page and target.
- InvocationRequestQueueRegistry - Class in org.fujion.ipc
-
Registry of invocation request queues, indexed by name.
- invoke(Object...) - Method in class org.fujion.ancillary.DeferredInvocation
-
Invoke the deferred method.
- invoke(IResponseCallback<T>, T) - Static method in interface org.fujion.ancillary.IResponseCallback
-
Convenience method for invoking a callback unless it is null.
- invoke(String, IResponseCallback<?>, Object...) - Static method in class org.fujion.client.ClientUtil
-
Invoke a function on the client.
- invoke(String, Object...) - Static method in class org.fujion.client.ClientUtil
-
Invoke a function on the client.
- invoke(ClientInvocation) - Static method in class org.fujion.client.ClientUtil
-
Perform a client invocation on the active page.
- invoke(String, Runnable) - Static method in class org.fujion.client.ExecutionContext
-
Invoke a callback in the execution context of the specified page.
- invoke(String, Object...) - Method in class org.fujion.component.BaseComponent
-
Invoke a widget function on the client.
- invoke(String, IResponseCallback<?>, Object...) - Method in class org.fujion.component.BaseComponent
-
Invoke a widget function on the client.
- invoke(ClientInvocation) - Method in class org.fujion.component.BaseComponent
-
Process a client invocation on behalf of this component.
- invoke(IElementIdentifier, String, IResponseCallback<?>, Object...) - Method in class org.fujion.component.BaseComponent
-
Invoke a widget or sub-widget function on the client.
- invoke(IElementIdentifier, String, Object...) - Method in class org.fujion.component.BaseComponent
-
Invoke a widget or sub-widget function on the client.
- invoke(Event) - Method in class org.fujion.event.EventListeners
-
Invoke all listeners for this type of event.
- invokeClient(IElementIdentifier, String, Object...) - Method in class org.fujion.client.Synchronizer
-
Creates and sends a client invocation to invoke a specified function on a component.
- invokeClient(IElementIdentifier, String, IResponseCallback<?>, Object...) - Method in class org.fujion.client.Synchronizer
-
Creates and sends a client invocation to invoke a specified function on a component.
- invokeHandler(String, Object, Event) - Static method in class org.fujion.event.EventUtil
-
Invokes an event handler.
- invokeIfAttached(String, Object...) - Method in class org.fujion.component.BaseComponent
-
Invoke a widget function on the client only if attached to a page.
- invokeMethod(Object, Method, Object...) - Static method in class org.fujion.ancillary.ConvertUtil
-
Invokes a method with the provided value(s), performing type conversion as necessary.
- IPaginator - Interface in org.fujion.model
-
Supports paging within a list model.
- IPaginator.IPagingListener - Interface in org.fujion.model
-
Interface for listeners receiving events when a setting is modified.
- IPaginator.PagingEventType - Enum in org.fujion.model
-
Type of property change.
- IRequestHandler - Interface in org.fujion.websocket
-
Interface for handling a client request.
- IResponseCallback<T> - Interface in org.fujion.ancillary
-
Callback interface used to return a simple response.
- isActionable() - Method in class org.fujion.component.MessagePane
-
Returns true if the message is actionable.
- isAlive() - Method in class org.fujion.ipc.InvocationRequestQueue
-
Returns true if this queue is alive.
- isAltKey() - Method in class org.fujion.event.KeyEvent
-
Returns true if the Alt key was depressed.
- isAncestor(BaseComponent) - Method in class org.fujion.component.BaseComponent
-
Returns true if this component is the same as or an ancestor of the specified component.
- isAutoScroll() - Method in class org.fujion.component.Memobox
-
Returns the auto-scroll setting.
- isCached(String) - Method in class org.fujion.page.PageDefinitionCache
-
- isCheckable() - Method in class org.fujion.component.Menuitem
-
Returns true if the menu item has an associated check box.
- isChecked() - Method in class org.fujion.component.Checkbox
-
Returns the checked state of the check box.
- isChecked() - Method in class org.fujion.component.Menuitem
-
Returns the checked state of the menu item.
- isClosable() - Method in class org.fujion.component.Page
-
Returns true if the browser window may be closed without challenge.
- isClosable() - Method in class org.fujion.component.Tab
-
Returns true if the tab is closable.
- isClosable() - Method in class org.fujion.component.Window
-
Returns true if the window is closable.
- isCollapsed() - Method in class org.fujion.component.Treenode
-
Return true if the node is collapsed (i.e., its children are hidden).
- isContainer() - Method in class org.fujion.component.BaseComponent
-
Returns true if this component may contain children.
- isContainer() - Method in class org.fujion.component.Import
-
- isContentSynced() - Method in class org.fujion.component.BaseComponent
-
Returns true if the content property is to be synced to the client.
- IScriptLanguage - Interface in org.fujion.script
-
Every script language plugin must implement this interface.
- IScriptLanguage.IParsedScript - Interface in org.fujion.script
-
Interface for executing a parsed script.
- isCtrlKey() - Method in class org.fujion.event.KeyEvent
-
Returns true if the Control key was depressed.
- isDead() - Method in class org.fujion.component.BaseComponent
-
Returns true if the component is dead (meaning its corresponding widget has been destroyed).
- isDebugEnabled() - Static method in class org.fujion.core.WebUtil
-
Returns the debug state of the servlet.
- isDebugEnabled() - Static method in class org.fujion.servlet.WebAppConfiguration
-
Returns true if debug mode is enabled.
- isDisabled() - Method in interface org.fujion.ancillary.IDisable
-
Returns true if disabled.
- isDisabled() - Method in class org.fujion.component.BaseUIComponent
-
- isDisabled() - Method in interface org.fujion.model.IPaginator
-
Returns true if paging is disabled.
- isEmpty() - Method in class org.fujion.ancillary.CssClasses
-
Returns true if no classes are present.
- isEmpty() - Method in class org.fujion.ancillary.CssStyles
-
Returns true if no styles are present.
- isEmpty() - Static method in class org.fujion.client.ExecutionContext
-
Returns true if the thread-local map is empty.
- isEmpty() - Method in class org.fujion.event.EventQueue
-
Returns true if the queue is empty.
- isEmpty() - Method in class org.fujion.model.ListModel
-
- isEnabled() - Method in interface org.fujion.dragdrop.IDropRenderer
-
The drop renderer may return a value of false to temporarily disable its participation in
drop events.
- ISessionLifecycle - Interface in org.fujion.websocket
-
Allows the implementer to receive notifications of session lifecycle events.
- ISessionListener - Interface in org.fujion.websocket
-
Allows the implementer to receive notifications about session activity.
- isMasked() - Method in class org.fujion.component.Textbox
-
Returns true if input is to be obscured by a mask.
- isMaximizable() - Method in class org.fujion.component.Window
-
Returns true if the window may be maximized.
- isMetaKey() - Method in class org.fujion.event.KeyEvent
-
Returns true if the Meta key was depressed.
- isMinimizable() - Method in class org.fujion.component.Window
-
Returns true if the window may be minimized.
- isMovable() - Method in class org.fujion.component.Window
-
Returns whether the window may be moved to a new position by dragging its title bar.
- isMultiple() - Method in class org.fujion.component.Listbox
-
Returns the multiple selection flag.
- isMultiple() - Method in class org.fujion.component.Upload
-
Returns true if multiple file uploads are allowed.
- isNamespace() - Method in class org.fujion.component.BaseComponent
-
Returns true if this component is a namespace boundary.
- isOpen() - Method in class org.fujion.component.Detail
-
Returns true if the detail view is open.
- isOpen() - Method in class org.fujion.component.Menu
-
Returns the open state.
- isOpen() - Method in class org.fujion.component.Popupbox
-
Returns true if the popup box is open.
- isParentTag(String) - Method in class org.fujion.annotation.ComponentDefinition
-
Returns true if the tag is a valid parent tag.
- isProcessing() - Static method in class org.fujion.client.ExecutionContext
-
Returns true if execution is processing a web socket request.
- isReadonly() - Method in class org.fujion.component.BaseInputboxComponent
-
Returns true if the input box is read-only.
- isRendered() - Method in class org.fujion.component.BaseComponent
-
Returns true if the component has been rendered on the browser.
- isRequired() - Method in class org.fujion.component.BaseInputboxComponent
-
Returns true if input is required for this component.
- isRoot() - Method in class org.fujion.page.PageElement
-
Returns true if this is the root page element.
- isRunning() - Method in class org.fujion.component.Timer
-
Returns true if the timer is running.
- isRunning() - Method in class org.fujion.event.TimerEvent
-
Returns true if the timer is running.
- isSelected() - Method in class org.fujion.component.Comboitem
-
Returns the selection state.
- isSelected() - Method in class org.fujion.component.Listitem
-
Returns the selection state.
- isSelected() - Method in class org.fujion.component.Row
-
Returns the selected state of this row.
- isSelected() - Method in class org.fujion.component.Tab
-
Returns the selection state of the tab.
- isSelected() - Method in class org.fujion.component.Treenode
-
Returns the selected state.
- isShiftKey() - Method in class org.fujion.event.KeyEvent
-
Returns true if the Shift key was depressed.
- isSizable() - Method in class org.fujion.component.Column
-
Returns true if the column can be resized.
- isSizable() - Method in class org.fujion.component.Window
-
Returns the window's sizable property.
- isSortColumn() - Method in class org.fujion.component.Column
-
Returns true if this is the currently sorted column.
- isSplittable() - Method in class org.fujion.component.Pane
-
Returns whether the pane displays a splitter.
- isStopped() - Method in class org.fujion.event.Event
-
Returns true if propagation has been stopped.
- ISupportsModel<T extends BaseComponent> - Interface in org.fujion.model
-
Interface for components that support an associated model and view.
- isValid(int) - Method in class org.fujion.annotation.ComponentDefinition.Cardinality
-
Returns true if the count falls within the cardinality constraints.
- isVisible() - Method in class org.fujion.component.BaseUIComponent
-
Returns the visibility state of the component.
- iterator() - Method in class org.fujion.component.Treenode
-
Returns an iterator of all children of this node.
- iterator() - Method in class org.fujion.component.Treeview
-
Returns an iterator for all the nodes in this tree.
- iterator() - Method in class org.fujion.model.ListModel
-
- ITypedEventListener<T extends Event> - Interface in org.fujion.event
-
Typed callback interface for an event listener.
- sameETag(HttpServletRequest, HttpServletResponse) - Static method in class org.fujion.core.WebUtil
-
Returns true if the request and response ETags match.
- sameETag(String, String) - Static method in class org.fujion.core.WebUtil
-
Returns true if the request and response ETags match.
- saveToFile(String, String, String) - Static method in class org.fujion.client.ClientUtil
-
Saves content as a file on the client machine.
- scan(T, BiFunction<A, Field, Boolean>) - Method in class org.fujion.annotation.AbstractFieldScanner
-
Scans all annotated fields of the given object instance.
- scan(Class<?>, MethodScanner.IMethodProcessor) - Static method in class org.fujion.annotation.MethodScanner
-
Scans a class for method annotations, processing each.
- scan(Object, OptionMap) - Static method in class org.fujion.annotation.OptionScanner
-
- scanClass(String) - Method in class org.fujion.annotation.AbstractClassScanner
-
Scans a class (and any inner classes) for the presence of the target annotation.
- scanClass(Class<?>) - Method in class org.fujion.annotation.AbstractClassScanner
-
Scans a class (and any inner classes) for the presence of the target annotation.
- scanPackage(Package) - Method in class org.fujion.annotation.AbstractClassScanner
-
Scan all classes belonging to the specified package.
- scanPackage(String) - Method in class org.fujion.annotation.AbstractClassScanner
-
Scan all classes belonging to the matching package(s).
- SchemaAssembler - Class in org.fujion.schema
-
Assemble a compound schema from individual schemas.
- SchemaGenerator - Class in org.fujion.schema
-
Generate an XML schema from annotations.
- ScopeContainer(String) - Constructor for class org.fujion.spring.AbstractScope.ScopeContainer
-
- ScopeContainer(String, Map<String, Object>) - Constructor for class org.fujion.spring.AbstractScope.ScopeContainer
-
- ScriptRegistry - Class in org.fujion.script
-
A registry of all script extensions.
- scrollIntoView() - Method in class org.fujion.component.BaseUIComponent
-
Ensures that this component is visible within the view port by scrolling if necessary.
- selectAll() - Method in class org.fujion.component.BaseInputboxComponent
-
Selects the entire contents of the input box.
- selector - Variable in class org.fujion.ancillary.PrintOptions
-
Selector for the root element to print.
- selectRange(int, int) - Method in class org.fujion.component.BaseInputboxComponent
-
Selects a range of characters in the input box.
- send(Event) - Static method in class org.fujion.event.EventUtil
-
Sends an event to its designated target.
- send(Event, BaseComponent) - Static method in class org.fujion.event.EventUtil
-
Sends an event to the specified target.
- send(String, BaseComponent, Object) - Static method in class org.fujion.event.EventUtil
-
Creates and sends an event to the specified target.
- send(ClientInvocation) - Static method in class org.fujion.websocket.WebSocketHandler
-
Sends a client invocation request to the client via the web socket session derived from the
current execution context.
- send(WebSocketSession, ClientInvocation) - Static method in class org.fujion.websocket.WebSocketHandler
-
Sends a client invocation request to the client via the web socket session.
- send(Collection<ClientInvocation>) - Static method in class org.fujion.websocket.WebSocketHandler
-
Sends multiple client invocation requests to the client via the web socket session derived
from the current execution context.
- send(WebSocketSession, Iterable<ClientInvocation>) - Static method in class org.fujion.websocket.WebSocketHandler
-
Sends multiple client invocation requests to the client via the web socket session.
- sendError(WebSocketSession, Throwable) - Static method in class org.fujion.websocket.WebSocketHandler
-
Sends an exception to the client for display via the web socket session.
- sendRequest(String, Object...) - Method in class org.fujion.ipc.InvocationRequestQueue
-
Queue a request.
- sendRequest(InvocationRequest) - Method in class org.fujion.ipc.InvocationRequestQueue
-
Queue a request on the owning page's event queue..
- sendToClient(ClientInvocation) - Method in class org.fujion.client.Synchronizer
-
Sends (or queues) a client invocation.
- sendToClient(Collection<ClientInvocation>) - Method in class org.fujion.client.Synchronizer
-
Sends (or queues) multiple client invocations.
- ServerScript - Class in org.fujion.component
-
A component wrapping script source code for server-side invocation.
- ServerScript() - Constructor for class org.fujion.component.ServerScript
-
- ServerScript(String, String) - Constructor for class org.fujion.component.ServerScript
-
- ServletConfiguration - Class in org.fujion.servlet
-
Main servlet configurator.
- ServletConfiguration() - Constructor for class org.fujion.servlet.ServletConfiguration
-
- Session - Class in org.fujion.websocket
-
Container for core resources for a single client session (i.e., web socket connection).
- Session(ServletContext, WebSocketSession) - Constructor for class org.fujion.websocket.Session
-
Create a session, with references to its servlet context and web socket.
- SessionInitException - Exception in org.fujion.websocket
-
Exception occurring during session initialization.
- SessionInitException(Throwable) - Constructor for exception org.fujion.websocket.SessionInitException
-
- Sessions - Class in org.fujion.websocket
-
Keeps track of active sessions.
- set(int, M) - Method in class org.fujion.model.ListModel
-
- setAccept(String) - Method in class org.fujion.component.Upload
-
Sets the specifier reflecting the type of files the server expects.
- setActionable(boolean) - Method in class org.fujion.component.MessagePane
-
Set to true to make the message actionable.
- setAlignment(Caption.LabelAlignment) - Method in class org.fujion.component.Caption
-
Sets the alignment of the label.
- setAlignment(Toolbar.Alignment) - Method in class org.fujion.component.Toolbar
-
Sets the
alignment of children within the tool bar.
- setAlt(String) - Method in class org.fujion.component.Image
-
Sets the alternate text for the image.
- setApplicationContext(ApplicationContext) - Method in class org.fujion.expression.ELEvaluator
-
Register the application context as a bean resolver and its environment as the default root
object.
- setApplicationContext(ApplicationContext) - Method in class org.fujion.servlet.ServletConfiguration
-
- setApplicationContext(ApplicationContext) - Method in class org.fujion.taglib.TagLibraryRegistry
-
Locates, parses, and registers all type libraries (files with the tld extension)
discovered on the class path.
- setApplicationContext(ApplicationContext) - Method in class org.fujion.webjar.WebJarLocator
-
Locate and process all web jars.
- setAutoFilter(boolean) - Method in class org.fujion.component.Combobox
-
Set to true if any choices not matching the current input should be hidden.
- setAutoScroll(boolean) - Method in class org.fujion.component.Memobox
-
Sets the auto-scroll setting.
- setAutoSize(boolean) - Method in class org.fujion.component.Grid
-
Sets the auto size setting.
- setBalloon(String) - Method in class org.fujion.component.BaseUIComponent
-
Sets the balloon text to be displayed adjacent to the component.
- setCase(Object) - Method in class org.fujion.ancillary.ComponentFactory
-
Specifies the value for matching a switch statement.
- setCategory(String) - Method in class org.fujion.component.MessagePane
-
Sets the category of the message.
- setCheckable(boolean) - Method in class org.fujion.component.Menuitem
-
Set to true to associate a check box with the menu item.
- setChecked(boolean) - Method in class org.fujion.component.Checkbox
-
Sets the checked state of the check box.
- setChecked(boolean) - Method in class org.fujion.component.Menuitem
-
Sets the checked state of the menu item.
- setClasses(String) - Method in class org.fujion.component.BaseUIComponent
-
Sets the CSS classes for this component, replacing any existing classes.
- setClosable(boolean) - Method in class org.fujion.component.Page
-
When set to true (the default value), the browser window may be closed without challenge.
- setClosable(boolean) - Method in class org.fujion.component.Tab
-
Set to true to make the tab closable.
- setClosable(boolean) - Method in class org.fujion.component.Window
-
Set to true to make the window closable.
- setCloseAction(Window.CloseAction) - Method in class org.fujion.component.Window
-
Sets the
action to be taken when the window is closed.
- setCollapsed(boolean) - Method in class org.fujion.component.Treenode
-
Set to true to collapse the node, false to expand it.
- setCols(int) - Method in class org.fujion.component.Memobox
-
Sets the visible width of the input area in characters.
- setColspan(int) - Method in class org.fujion.component.Rowcell
-
Sets how many columns this cell will span.
- setCompositeAnchor(String) - Method in class org.fujion.component.BaseCompositeComponent
-
Sets the name of the anchor component within the parent namespace.
- setCompositeAnchor(String) - Method in class org.fujion.component.Snippet
-
- setCompositePosition(IComposite.CompositePosition) - Method in class org.fujion.component.BaseCompositeComponent
-
Sets the insertion point of the composite relative to its anchor.
- setCompositeSource(String) - Method in class org.fujion.component.BaseCompositeComponent
-
Sets the URL of the source FSP for this composite.
- setCompositeSource(String) - Method in class org.fujion.component.Snippet
-
- setCompositionPosition(IComposite.CompositePosition) - Method in class org.fujion.component.Snippet
-
- setConfig(ObjectNode) - Method in class org.fujion.webjar.WebJar
-
Sets the configuration for this web jar.
- setContent(String) - Method in class org.fujion.component.BaseComponent
-
Sets the text content associated with this component.
- setContent(String) - Method in class org.fujion.component.BaseSourcedComponent
-
- setContent(String) - Method in class org.fujion.component.Html
-
Sets the HTML content.
- setContent(MimeContent) - Method in class org.fujion.component.Iframe
-
Directly sets the iframe content.
- setContent(String) - Method in class org.fujion.component.Iframe
-
Directly sets the iframe content.
- setContent(MimeContent) - Method in class org.fujion.component.Image
-
Directly sets the image content.
- setContentSynced(boolean) - Method in class org.fujion.component.BaseComponent
-
Set to true if the content property is to be synced to the client.
- setContext(Popup) - Method in class org.fujion.component.BaseUIComponent
-
Sets the popup component that will appear when right-clicking on this component.
- setCookie(String, String, HttpServletResponse, HttpServletRequest) - Static method in class org.fujion.core.WebUtil
-
Sets a cookie into the response.
- setCount(int) - Method in class org.fujion.ancillary.Badge
-
Sets the count to the specified value.
- setCss(String) - Method in class org.fujion.component.BaseUIComponent
-
Sets the CSS specifier for this component.
- setCurrentPage(int) - Method in class org.fujion.component.Paging
-
Sets the number of the currently selected page.
- setCurrentPage(int) - Method in interface org.fujion.model.IPaginator
-
Sets the index of the current page.
- setCurrentPage(int) - Method in class org.fujion.model.Paginator
-
- setData(byte[]) - Method in class org.fujion.ancillary.MimeContent
-
- setData(Object) - Method in class org.fujion.component.BaseComponent
-
Sets the data object to be associated with the component.
- setDefaultTheme(String) - Method in class org.fujion.theme.ThemeResolvers
-
Sets the name of the default theme.
- setDeferredRendering(boolean) - Method in interface org.fujion.model.IModelAndView
-
Sets the deferred rendering setting.
- setDeferredRendering(boolean) - Method in interface org.fujion.model.ISupportsModel
-
Sets the deferred rendering setting.
- setDeferredRendering(boolean) - Method in class org.fujion.model.ModelAndView
-
- setDisabled(boolean) - Method in interface org.fujion.ancillary.IDisable
-
Sets the disabled state.
- setDisabled(boolean) - Method in class org.fujion.component.BaseUIComponent
-
- setDragid(String) - Method in class org.fujion.component.BaseUIComponent
-
Sets the drag id(s) to be associated with this component.
- setDropid(String) - Method in class org.fujion.component.BaseUIComponent
-
Sets the drag id(s) to be associated with this component.
- setDropRenderer(BaseComponent, IDropRenderer) - Static method in class org.fujion.dragdrop.DropUtil
-
Associates a drop renderer with a component.
- setDuration(int) - Method in class org.fujion.component.MessagePane
-
Sets the duration, in milliseconds, that the message will be displayed.
- setFlex(String) - Method in class org.fujion.component.BaseUIComponent
-
Sets the flex setting.
- setFocus(boolean) - Method in class org.fujion.component.BaseUIComponent
-
Sets/removes the input focus to/from this component.
- setForEach(Object) - Method in class org.fujion.ancillary.ComponentFactory
-
Sets an iterable which will be used to produce one component for each value returned by the
iterable.
- setFormat(String) - Method in class org.fujion.component.Datebox
-
Sets the format for displaying the date.
- setFormat(String) - Method in class org.fujion.component.Timebox
-
Sets the format for displaying the time.
- setForVar(String) - Method in class org.fujion.ancillary.ComponentFactory
-
Sets the attribute name to use in foreach iteration.
- setHeight(String) - Method in class org.fujion.component.BaseUIComponent
-
Sets the height.
- setHint(String) - Method in class org.fujion.component.BaseUIComponent
-
Sets the popup text to be displayed when hovering over this component.
- setHref(String) - Method in class org.fujion.component.Hyperlink
-
Sets the URL of the link destination.
- setIf(boolean) - Method in class org.fujion.ancillary.ComponentFactory
-
Conditionally prevents the factory from creating a component.
- setImage(String) - Method in class org.fujion.component.BaseLabeledImageComponent
-
Sets the URL of the image associated with this component.
- setImage(String) - Method in class org.fujion.component.Page
-
Sets the image used for the page icon.
- setImage(String) - Method in class org.fujion.component.Window
-
Sets the URL of the image to be displayed on the left side of the title bar.
- setImplementationClass(Class<? extends BaseComponent>) - Method in class org.fujion.ancillary.ComponentFactory
-
A special processor may modify the component's implementation class, as long as the
substituted class is a subclass of the original.
- setIncludeNamedComponents(boolean) - Method in class org.fujion.component.BaseScriptComponent
-
If true, any named components within the namespace occupied by "self" will be passed as
arguments to the script.
- setIndex(int) - Method in class org.fujion.component.BaseComponent
-
Moves this child to the specified index within its parent.
- setInterval(long) - Method in class org.fujion.component.Timer
-
Sets the interval, in milliseconds, between timer events.
- setKeycapture(String) - Method in class org.fujion.component.BaseUIComponent
-
Sets the list of key codes to be captured.
- setLabel(String) - Method in interface org.fujion.ancillary.ILabeled
-
Sets the value of the label.
- setLabel(String) - Method in class org.fujion.component.BaseLabeledComponent
-
- setLabelClass(String) - Method in class org.fujion.component.Caption
-
Sets the CSS class(es) of the label.
- setLabelStyle(String) - Method in class org.fujion.component.Caption
-
Sets the style(s) of the label.
- setMappings(Map<String, String>) - Method in class org.fujion.theme.Theme
-
Merge a set of mappings into existing mappings.
- setMasked(boolean) - Method in class org.fujion.component.Textbox
-
Set to true if input is to be obscured by a mask.
- setMaximizable(boolean) - Method in class org.fujion.component.Window
-
Sets whether the window may be maximized.
- setMaxLength(int) - Method in class org.fujion.component.BaseInputboxComponent
-
Sets the maximum character length of input.
- setMaxsize(int) - Method in class org.fujion.component.Upload
-
Sets the maximum allowable file size, in bytes.
- setMaxValue(T) - Method in class org.fujion.component.BaseInputboxComponent
-
Sets the maximum allowable value.
- setMaxValue(int) - Method in class org.fujion.component.Progressbar
-
Sets the maximum value for the slider.
- setMaxValue(int) - Method in class org.fujion.component.Slider
-
Sets the maximum allowable value.
- setMimeType(String) - Method in class org.fujion.ancillary.MimeContent
-
- setMinimizable(boolean) - Method in class org.fujion.component.Window
-
Sets whether the window may be minimized.
- setMinValue(T) - Method in class org.fujion.component.BaseInputboxComponent
-
Sets the minimum allowable value.
- setMinValue(int) - Method in class org.fujion.component.Slider
-
Sets the minimum allowable value.
- setMode(BaseScriptComponent.ExecutionMode) - Method in class org.fujion.component.BaseScriptComponent
-
- setMode(Window.Mode) - Method in class org.fujion.component.Window
-
Sets the display
mode of the window.
- setModel(M) - Method in class org.fujion.model.GenericBinder
-
- setModel(T) - Method in interface org.fujion.model.IBinder
-
Sets the model to bind.
- setModel(IListModel<M>) - Method in interface org.fujion.model.IModelAndView
-
Sets the list model.
- setModel(IListModel<M>) - Method in interface org.fujion.model.ISupportsModel
-
Sets the list model.
- setModel(IListModel<M>) - Method in class org.fujion.model.ModelAndView
-
- setModelSize(int) - Method in class org.fujion.model.Paginator
-
Sets the number of elements in the underlying model.
- setMovable(boolean) - Method in class org.fujion.component.Window
-
Sets whether the window may be moved to a new position by dragging its title bar.
- setMultiple(boolean) - Method in class org.fujion.component.Listbox
-
Sets the multiple selection flag.
- setMultiple(boolean) - Method in class org.fujion.component.Upload
-
Set to true if multiple file uploads are allowed.
- setName(String) - Method in class org.fujion.component.BaseComponent
-
Sets the name associated with this instance.
- setNamespace(boolean) - Method in class org.fujion.component.BaseComponent
-
When set to true, this component defines a namespace boundary.
- setOnCanClose(boolean) - Method in class org.fujion.component.Tab
-
Sets whether tab closure is permitted using a simple Boolean value.
- setOnCanClose(BooleanSupplier) - Method in class org.fujion.component.Tab
-
Sets the functional interface that will determine if tab closure is permitted.
- setOnCanClose(boolean) - Method in class org.fujion.component.Window
-
Sets whether window closure is permitted using a simple Boolean value.
- setOnCanClose(BooleanSupplier) - Method in class org.fujion.component.Window
-
Sets the functional interface that will determine if window closure is permitted.
- setOpen(boolean) - Method in class org.fujion.component.Detail
-
Set the detail view open state.
- setOpen(boolean) - Method in class org.fujion.component.Menu
-
Sets the open state.
- setOpen(boolean) - Method in class org.fujion.component.Popupbox
-
Sets the open state of the popup box.
- setOrientation(Paneview.Orientation) - Method in class org.fujion.component.Paneview
-
- setOrientation(Radiogroup.Orientation) - Method in class org.fujion.component.Radiogroup
-
Sets the
orientation of radio buttons belonging to this group.
- setOrientation(Slider.Orientation) - Method in class org.fujion.component.Slider
-
- setOrientation(Toolbar.Orientation) - Method in class org.fujion.component.Toolbar
-
- setPageSize(int) - Method in class org.fujion.component.Paging
-
Sets the maximum number of items on a single page.
- setPageSize(int) - Method in interface org.fujion.model.IPaginator
-
Sets the number of model objects in a single page.
- setPageSize(int) - Method in class org.fujion.model.Paginator
-
- setPaginator(IPaginator) - Method in class org.fujion.component.Paging
-
Sets the paginator used by this component.
- setParent(BaseComponent) - Method in class org.fujion.component.BaseComponent
-
Sets the component's parent.
- setParent(BaseComponent) - Method in class org.fujion.component.Page
-
A Page may not have a parent.
- setPattern(String) - Method in class org.fujion.component.BaseInputboxComponent
-
Sets the regular expression that constrains the input format.
- setPlaceholder(String) - Method in class org.fujion.component.BaseInputboxComponent
-
Sets the placeholder message that is displayed when the input box is empty.
- setPopup(Popup) - Method in class org.fujion.component.BaseUIComponent
-
Sets the popup component that will appear when hovering over this component.
- setPopup(Popup) - Method in class org.fujion.component.Popupbox
-
Sets the popup associated with the popup box.
- setPosition(P) - Method in class org.fujion.component.BaseLabeledComponent
-
Sets the label position.
- setPosition(BaseLabeledComponent.LabelPositionHorz) - Method in class org.fujion.component.Button
-
Sets the position of the label relative to the image.
- setPosition(BaseLabeledComponent.LabelPositionAll) - Method in class org.fujion.component.Caption
-
Sets the position of the label relative to its associated component.
- setPosition(BaseLabeledComponent.LabelPositionHorz) - Method in class org.fujion.component.Checkbox
-
Sets the position of the label relative to the contained elements.
- setPosition(BaseLabeledComponent.LabelPositionHorz) - Method in class org.fujion.component.Hyperlink
-
Sets the position of the label relative to the contained elements.
- setPosition(Window.Position) - Method in class org.fujion.component.Window
-
- setPrecompiled(String) - Method in class org.fujion.page.PageDefinitionCache
-
- setPrecompiled(Collection<String>) - Method in class org.fujion.page.PageDefinitionCache
-
- setProgress(boolean) - Method in class org.fujion.component.Upload
-
Set to true to receive upload progress events.
- setProperty(BaseComponent, String, Object) - Method in class org.fujion.annotation.ComponentDefinition
-
Sets a property value or defers that operation if the property is marked as such.
- setRawValue(T) - Method in class org.fujion.component.BasePickerItem
-
Sets the raw value associated with the item.
- setReadonly(boolean) - Method in class org.fujion.component.BaseInputboxComponent
-
Sets the read-only state of the input box.
- setRenderer(IComponentRenderer<T, M>) - Method in interface org.fujion.model.IModelAndView
-
Sets the renderer.
- setRenderer(IComponentRenderer<T, M>) - Method in interface org.fujion.model.ISupportsModel
-
Sets the renderer.
- setRenderer(IComponentRenderer<T, M>) - Method in class org.fujion.model.ModelAndView
-
- setRepeat(int) - Method in class org.fujion.component.Timer
-
Sets the repetition count.
- setRequired(boolean) - Method in class org.fujion.component.BaseInputboxComponent
-
Sets the required state of the input box.
- setRows(int) - Method in class org.fujion.component.Memobox
-
Sets the visible number of rows in the input area.
- setRowspan(int) - Method in class org.fujion.component.Rowcell
-
Sets how many rows this cell will span.
- setRunning(boolean) - Method in class org.fujion.component.Timer
-
Sets the run state of the timer.
- setSandbox(String) - Method in class org.fujion.component.Iframe
-
Sets the sandbox setting for the iframe.
- setSelectable(Rows.Selectable) - Method in class org.fujion.component.Rows
-
- setSelected(boolean) - Method in class org.fujion.component.Comboitem
-
Sets the selection state.
- setSelected(boolean) - Method in class org.fujion.component.Listitem
-
Sets the selection state.
- setSelected(boolean) - Method in class org.fujion.component.Row
-
Sets the selected state of this row.
- setSelected(boolean) - Method in class org.fujion.component.Tab
-
Sets the selection state of the tab.
- setSelected(boolean) - Method in class org.fujion.component.Treenode
-
Sets the selected state.
- setSelectedIndex(int) - Method in class org.fujion.component.Combobox
-
Sets the item at the specified index as selected.
- setSelectedIndex(int) - Method in class org.fujion.component.Listbox
-
Sets the selected list item by its index.
- setSelectedItem(Comboitem) - Method in class org.fujion.component.Combobox
-
Sets the currently selected item.
- setSelectedItem(Listitem) - Method in class org.fujion.component.Listbox
-
Sets the selected list item.
- setSelectedNode(Treenode) - Method in class org.fujion.component.Treeview
-
Sets the selected node.
- setSelectedTab(Tab) - Method in class org.fujion.component.Tabview
-
Sets the currently selected tab.
- setSelf(BaseComponent) - Method in class org.fujion.component.BaseScriptComponent
-
Sets the component to be referenced by the script language's "self" variable.
- setServletContext(ServletContext) - Method in class org.fujion.page.PageDefinitionCache
-
- setServletContext(ServletContext) - Method in class org.fujion.page.PIParserImport
-
- setServletContext(ServletContext) - Method in class org.fujion.websocket.WebSocketHandler
-
- setShowHints(boolean) - Method in class org.fujion.component.BasePickerComponent
-
Sets the showHints property.
- setShowLines(boolean) - Method in class org.fujion.component.Treeview
-
Set to true to display lines connecting parent nodes to their children.
- setShowRoot(boolean) - Method in class org.fujion.component.Treeview
-
Set to true if the tree root should be visible.
- setShowText(boolean) - Method in class org.fujion.component.BasePickerComponent
-
Sets showText property.
- setShowToggles(boolean) - Method in class org.fujion.component.Treeview
-
Set to true to display expander icons for each parent node with children.
- setSizable(boolean) - Method in class org.fujion.component.Column
-
Sets whether the column can be resized.
- setSizable(boolean) - Method in class org.fujion.component.Window
-
Sets the window's sizable property.
- setSize(int) - Method in class org.fujion.component.Listbox
-
Sets the number of visible list items.
- setSize(Window.Size) - Method in class org.fujion.component.Window
-
Sets the
sizing mode of the window.
- setSortColumn(boolean) - Method in class org.fujion.component.Column
-
When set to true, designates this column as the currently sorted column.
- setSortColumn(Column) - Method in class org.fujion.component.Columns
-
Sets the currently sorted column.
- setSortComparator(Comparator<?>) - Method in class org.fujion.component.Column
-
Sets the comparator to be used for sorting.
- setSortComparator(String) - Method in class org.fujion.component.Column
-
Sets the name of the model property to be used for sorting.
- setSortOrder(Sorting.SortOrder) - Method in class org.fujion.component.Column
-
Sets the sort order.
- setSortToggle(Sorting.SortToggle) - Method in class org.fujion.component.Column
-
Sets the type of sort toggle.
- setSplittable(boolean) - Method in class org.fujion.component.Pane
-
Sets whether the pane displays a splitter.
- setSrc(String) - Method in class org.fujion.component.BaseSourcedComponent
-
Sets the URL of the external content source.
- setSrc(String) - Method in class org.fujion.component.Html
-
Sets the URL of external HTML content.
- setSrc(String) - Method in class org.fujion.component.Iframe
-
Sets the URL of the document to be loaded.
- setSrc(String) - Method in class org.fujion.component.Image
-
Sets the URL of the image resource.
- setSrc(String) - Method in class org.fujion.component.Import
-
Sets the URL of the FSP to import.
- setSrc(String) - Method in class org.fujion.component.Module
-
Sets the module's path.
- setStep(T) - Method in class org.fujion.component.BaseNumberboxComponent
-
Sets the step value.
- setStep(int) - Method in class org.fujion.component.Slider
-
Sets the amount of change in the current value when an arrow button is clicked.
- setStyles(String) - Method in class org.fujion.component.BaseUIComponent
-
Sets the styles for this component, replacing any existing styles.
- setSwitch(Object) - Method in class org.fujion.ancillary.ComponentFactory
-
Specifies the value for a switch statement.
- setSynchronized(boolean) - Method in class org.fujion.component.BaseInputboxComponent
-
Sets the synchronization flag.
- setSynchronized(boolean) - Method in class org.fujion.component.BaseNumberboxComponent
-
- setSynchronized(boolean) - Method in class org.fujion.component.Memobox
-
- setSynchronized(boolean) - Method in class org.fujion.component.Slider
-
Sets the synchronized setting.
- setSynchronized(boolean) - Method in class org.fujion.component.Textbox
-
- setTabindex(int) - Method in class org.fujion.component.BaseUIComponent
-
Sets the tab index for the component.
- setTabPosition(Tabview.TabPosition) - Method in class org.fujion.component.Tabview
-
- setTarget(String) - Method in class org.fujion.component.Hyperlink
-
Sets the target where the linked document will be opened.
- setTarget(LogUtil.LogLevel, LogUtil.LogTarget) - Static method in class org.fujion.logging.LogUtil
-
Sets the client logging target for a given logging level.
- setTargetObject(BeanDefinitionBuilder) - Method in class org.fujion.spring.AbstractXmlParser
-
- setTargetObject(BeanDefinitionBuilder) - Method in class org.fujion.spring.ComponentXmlParser
-
- setTargetObject(BeanDefinitionBuilder) - Method in class org.fujion.spring.EventTypeXmlParser
-
- setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.fujion.theme.ThemeResolvers
-
- setTitle(String) - Method in class org.fujion.component.Grid
-
Sets the title text.
- setTitle(String) - Method in class org.fujion.component.Groupbox
-
Sets the title text.
- setTitle(String) - Method in class org.fujion.component.MessagePane
-
Sets the title bar text.
- setTitle(String) - Method in class org.fujion.component.Page
-
Sets the page title.
- setTitle(String) - Method in class org.fujion.component.Pane
-
Sets the title text.
- setTitle(String) - Method in class org.fujion.component.Window
-
Sets the title text.
- setType(String) - Method in class org.fujion.component.ServerScript
-
Sets the type of script.
- setUnless(boolean) - Method in class org.fujion.ancillary.ComponentFactory
-
Conditionally prevents the factory from creating a component.
- setValue(T) - Method in class org.fujion.component.BaseInputComponent
-
Sets the input value.
- setValue(String) - Method in class org.fujion.component.BasePickerItem
-
Sets the value associated with the item.
- setValue(String) - Method in class org.fujion.component.Comboitem
-
Sets the value associated with the combo item.
- setValue(String) - Method in class org.fujion.component.Listitem
-
Sets the value associated with the list item.
- setValue(int) - Method in class org.fujion.component.Progressbar
-
Sets the current value of the slider.
- setValue(int) - Method in class org.fujion.component.Slider
-
Sets the current value of the slider.
- setVisible(boolean) - Method in class org.fujion.component.BaseUIComponent
-
Sets the visibility state of the component.
- setWidth(String) - Method in class org.fujion.component.BaseUIComponent
-
Sets the width.
- setWrap(Memobox.WrapMode) - Method in class org.fujion.component.Memobox
-
Sets the wrap mode.
- shouldGenerateId() - Method in class org.fujion.spring.AbstractXmlParser
-
- show() - Method in class org.fujion.component.BaseUIComponent
-
- showMessage(String) - Method in class org.fujion.component.MessageWindow
-
Convenience method for displaying a simple text message.
- showMessage(String, String) - Method in class org.fujion.component.MessageWindow
-
Convenience method for displaying a simple text message.
- showMessage(String, String, String) - Method in class org.fujion.component.MessageWindow
-
Convenience method for displaying a simple text message.
- showMessage(String, String, String, int) - Method in class org.fujion.component.MessageWindow
-
Convenience method for displaying a simple text message.
- showMessage(String, String, String, Integer, String) - Method in class org.fujion.component.MessageWindow
-
Convenience method for displaying a simple text message.
- showMessage(String, String, String, int, String, IEventListener) - Method in class org.fujion.component.MessageWindow
-
Convenience method for displaying a simple text message.
- size() - Method in class org.fujion.model.ListModel
-
- Slider - Class in org.fujion.component
-
A slider component.
- Slider() - Constructor for class org.fujion.component.Slider
-
- Slider.Orientation - Enum in org.fujion.component
-
Orientation of slider component.
- SmartComparator - Class in org.fujion.model
-
General purpose comparator that will compare two objects using a specified property or field
name.
- SmartComparator(String) - Constructor for class org.fujion.model.SmartComparator
-
Smart comparator for given property or field name and default settings for nullsFirst (true)
and caseSensitive (false).
- SmartComparator(String, boolean, boolean) - Constructor for class org.fujion.model.SmartComparator
-
Smart comparator for given property or field name with explicit settings for nullsFirst and
caseSensitive.
- Snippet - Class in org.fujion.component
-
A component representing a FSP that can be inserted into a template.
- Snippet() - Constructor for class org.fujion.component.Snippet
-
- Snippet(String, String, IComposite.CompositePosition) - Constructor for class org.fujion.component.Snippet
-
- sort() - Method in class org.fujion.component.Column
-
Sort the column according to the sort order property.
- sort(Comparator<? super M>, boolean) - Method in interface org.fujion.model.IListModel
-
Sorts the list given the comparator and the sort direction.
- sort(Comparator<? super M>) - Method in interface org.fujion.model.IListModel
-
Sorts the list in ascending order given the comparator.
- sort(Comparator<? super M>, boolean) - Method in class org.fujion.model.ListModel
-
- Sorting - Class in org.fujion.model
-
Support for model sorting.
- Sorting.SortOrder - Enum in org.fujion.model
-
Ordering specifier for sort operation.
- Sorting.SortToggle - Enum in org.fujion.model
-
Type of sort toggle.
- Span - Class in org.fujion.component
-
A simple span component.
- Span() - Constructor for class org.fujion.component.Span
-
- start() - Method in class org.fujion.component.Timer
-
A convenience method to start the timer.
- startQueueing() - Method in class org.fujion.client.Synchronizer
-
Activate queueing.
- StatechangeEvent - Class in org.fujion.event
-
A state change event.
- StatechangeEvent() - Constructor for class org.fujion.event.StatechangeEvent
-
- stop() - Method in class org.fujion.component.Timer
-
A convenience method to stop the timer.
- stopPropagation() - Method in class org.fujion.event.Event
-
Flags the event to prevent further propagation in the event handler chain.
- stopQueueing() - Method in class org.fujion.client.Synchronizer
-
Deactivate queueing.
- stripOn(String) - Static method in class org.fujion.event.EventUtil
-
Strips the "on" prefix from an event type, if one is present.
- Style - Class in org.fujion.component
-
A component for inserting an embedded style sheet or linking to an external style sheet.
- Style() - Constructor for class org.fujion.component.Style
-
- Style(String) - Constructor for class org.fujion.component.Style
-
- stylesheet - Variable in class org.fujion.ancillary.PrintOptions
-
URL of an external stylesheet to be included.
- sub(String) - Method in class org.fujion.component.BaseComponent
-
Returns a subcomponent identifier.
- subList(int, int) - Method in class org.fujion.model.ListModel
-
- submit(BaseComponent) - Static method in class org.fujion.client.ClientUtil
-
Submits a form.
- supportsPartialMessages() - Method in class org.fujion.websocket.WebSocketHandler
-
- swap(int, int) - Method in interface org.fujion.model.IListModel
-
Swap two list entries by index.
- swap(M, M) - Method in interface org.fujion.model.IListModel
-
Swap two list entries.
- swap(int, int) - Method in class org.fujion.model.ListModel
-
- swap(M, M) - Method in class org.fujion.model.ListModel
-
- swapChildren(int, int) - Method in class org.fujion.component.BaseComponent
-
Swap the position of two children.
- swapTrackedComponents(BaseComponent, BaseComponent) - Method in class org.fujion.component.BaseComponent
-
Swap tracking from one component to another.
- sync(String, Object) - Method in class org.fujion.component.BaseComponent
-
Synchronize a state value to the client.
- Synchronizer - Class in org.fujion.client
-
Synchronizes state changes from the server to the client.
- Synchronizer(WebSocketSession) - Constructor for class org.fujion.client.Synchronizer
-
Create a synchronizer for the specific web socket session.
- validate(BaseComponent) - Static method in class org.fujion.component.BaseComponent
-
Validates that a component still exists (i.e., is not dead).
- validate() - Method in class org.fujion.component.BaseComponent
-
Validates that this component is not dead.
- validate() - Method in class org.fujion.page.PageElement
-
Validates that the current state of the element possesses the minimum set of required
elements.
- validateAttribute(String) - Method in class org.fujion.annotation.ComponentDefinition
-
Returns true if attribute name is valid for this component definition.
- validateChild(ComponentDefinition, IntSupplier) - Method in class org.fujion.annotation.ComponentDefinition
-
Validate that a child defined by the component definition is valid for this parent.
- validateChild(BaseComponent) - Method in class org.fujion.component.BaseComponent
-
Validates that the specified component may be added as a child.
- validateChild(BaseComponent) - Method in class org.fujion.component.Import
-
- validateChild(BaseComponent) - Method in class org.fujion.component.Template
-
We override this because the schema constrains children to snippets only, but we want to be
able to dynamically add children of any type.
- validateIsChild(BaseComponent) - Method in class org.fujion.component.BaseComponent
-
Validates that the specified component is currently a child of this component.
- validateName(String) - Static method in class org.fujion.component.BaseComponent
-
Returns true if the specified name is valid.
- validatePage(Page) - Method in class org.fujion.component.BaseComponent
-
Validates that the specified page can be an owner of this component.
- validateParent(ComponentDefinition) - Method in class org.fujion.annotation.ComponentDefinition
-
Validate that a component defined by the component definition is a valid parent for this
component.
- validateParent(BaseComponent) - Method in class org.fujion.component.BaseComponent
-
Validates that a component would a valid parent for this component.
- value() - Method in interface org.fujion.ancillary.IEnumWithValue
-
Returns the value associated with an enum element.
- valueOf(String) - Static method in enum org.fujion.ancillary.IComposite.CompositePosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.annotation.Component.ContentHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.annotation.OnFailure
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.BaseLabeledComponent.LabelPositionAll
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.BaseLabeledComponent.LabelPositionHorz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.BaseLabeledComponent.LabelPositionNone
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.BaseScriptComponent.ExecutionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.Caption.LabelAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.Memobox.WrapMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.Paneview.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.Radiogroup.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.Rows.Selectable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.Slider.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.Tabview.TabPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.Toolbar.Alignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.Toolbar.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.Window.CloseAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.Window.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.Window.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.component.Window.Size
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.event.KeyCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.event.MouseEvent.MouseButton
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.event.UploadEvent.UploadState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.logging.LogUtil.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.logging.LogUtil.LogTarget
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.model.IBinder.Value
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.model.IListModel.ListEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.model.IPaginator.PagingEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.model.Sorting.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fujion.model.Sorting.SortToggle
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.fujion.ancillary.IComposite.CompositePosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.annotation.Component.ContentHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.annotation.OnFailure
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.BaseLabeledComponent.LabelPositionAll
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.BaseLabeledComponent.LabelPositionHorz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.BaseLabeledComponent.LabelPositionNone
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.BaseScriptComponent.ExecutionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.Caption.LabelAlignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.Memobox.WrapMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.Paneview.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.Radiogroup.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.Rows.Selectable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.Slider.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.Tabview.TabPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.Toolbar.Alignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.Toolbar.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.Window.CloseAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.Window.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.Window.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.component.Window.Size
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.event.KeyCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.event.MouseEvent.MouseButton
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.event.UploadEvent.UploadState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.logging.LogUtil.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.logging.LogUtil.LogTarget
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.model.IBinder.Value
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.model.IListModel.ListEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.model.IPaginator.PagingEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.model.Sorting.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fujion.model.Sorting.SortToggle
-
Returns an array containing the constants of this enum type, in
the order they are declared.