| Package | Description |
|---|---|
| org.fujion.component |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseInputComponent._setValue(String value)
Sets the input value as a string.
|
void |
BaseUIComponent.addClass(String value)
Adds one or more classes to existing classes.
|
void |
Upload.setAccept(String accept)
Sets the specifier reflecting the type of files the server expects.
|
void |
MessagePane.setActionable(boolean actionable)
Set to true to make the message actionable.
|
void |
Caption.setAlignment(Caption.LabelAlignment alignment)
Sets the alignment of the label.
|
void |
Toolbar.setAlignment(Toolbar.Alignment alignment)
Sets the
alignment of children within the tool bar. |
void |
Image.setAlt(String alt)
Sets the alternate text for the image.
|
Object |
BaseComponent.setAttribute(String name,
Object value)
Sets the value of a named attribute.
|
void |
Combobox.setAutoFilter(boolean autoFilter)
Set to true if any choices not matching the current input should be hidden.
|
void |
Memobox.setAutoScroll(boolean autoScroll)
Sets the auto-scroll setting.
|
void |
BaseUIComponent.setBalloon(String balloon)
Sets the balloon text to be displayed adjacent to the component.
|
void |
MessagePane.setCategory(String category)
Sets the category of the message.
|
void |
Menuitem.setCheckable(boolean checkable)
Set to true to associate a check box with the menu item.
|
void |
Menuitem.setChecked(boolean checked)
Sets the checked state of the menu item.
|
void |
Checkbox.setChecked(boolean checked)
Sets the checked state of the check box.
|
void |
Window.setClosable(boolean closable)
Set to true to make the window closable.
|
void |
Tab.setClosable(boolean closable)
Set to true to make the tab closable.
|
void |
Page.setClosable(boolean closable)
When set to true (the default value), the browser window may be closed without challenge.
|
void |
Window.setCloseAction(Window.CloseAction closeAction)
Sets the
action to be taken when the window is closed. |
void |
Treenode.setCollapsed(boolean collapsed)
Set to true to collapse the node, false to expand it.
|
void |
Memobox.setCols(int cols)
Sets the visible width of the input area in characters.
|
void |
Rowcell.setColspan(int colspan)
Sets how many columns this cell will span.
|
void |
Html.setContent(String content)
Sets the HTML content.
|
void |
BaseSourcedComponent.setContent(String content) |
protected void |
BaseComponent.setContent(String content)
Sets the text content associated with this component.
|
void |
BaseUIComponent.setCss(String css)
Sets the CSS specifier for this component.
|
void |
Paging.setCurrentPage(int currentPage)
Sets the number of the currently selected page.
|
void |
BaseComponent.setData(Object data)
Sets the data object to be associated with the component.
|
void |
BaseUIComponent.setDisabled(boolean disabled) |
void |
BaseUIComponent.setDragid(String dragid)
Sets the drag id(s) to be associated with this component.
|
void |
BaseUIComponent.setDropid(String dropid)
Sets the drag id(s) to be associated with this component.
|
void |
MessagePane.setDuration(int duration)
Sets the duration, in milliseconds, that the message will be displayed.
|
void |
BaseUIComponent.setFlex(String flex)
Sets the flex setting.
|
void |
BaseUIComponent.setFocus(boolean focus)
Sets/removes the input focus to/from this component.
|
void |
Timebox.setFormat(String format)
Sets the format for displaying the time.
|
void |
Datebox.setFormat(String format)
Sets the format for displaying the date.
|
void |
BaseUIComponent.setHeight(String height)
Sets the height.
|
void |
BaseUIComponent.setHint(String hint)
Sets the popup text to be displayed when hovering over this component.
|
void |
Hyperlink.setHref(String href)
Sets the URL of the link destination.
|
void |
Window.setImage(String image)
Sets the URL of the image to be displayed on the left side of the title bar.
|
void |
Page.setImage(String image)
Sets the image used for the page icon.
|
void |
BaseLabeledImageComponent.setImage(String image)
Sets the URL of the image associated with this component.
|
void |
Timer.setInterval(long interval)
Sets the interval, in milliseconds, between timer events.
|
void |
BaseUIComponent.setKeycapture(String keycapture)
Sets the list of key codes to be captured.
|
void |
BaseLabeledComponent.setLabel(String label) |
void |
Caption.setLabelClass(String labelClass)
Sets the CSS class(es) of the label.
|
void |
Caption.setLabelStyle(String labelStyle)
Sets the style(s) of the label.
|
void |
Textbox.setMasked(boolean masked)
Set to true if input is to be obscured by a mask.
|
void |
Window.setMaximizable(boolean maximizable)
Sets whether the window may be maximized.
|
void |
BaseInputboxComponent.setMaxLength(int maxLength)
Sets the maximum character length of input.
|
void |
Upload.setMaxsize(int maxsize)
Sets the maximum allowable file size, in bytes.
|
void |
Slider.setMaxValue(int maxvalue)
Sets the maximum allowable value.
|
void |
Progressbar.setMaxValue(int maxvalue)
Sets the maximum value for the slider.
|
void |
Window.setMinimizable(boolean minimizable)
Sets whether the window may be minimized.
|
void |
Slider.setMinValue(int minvalue)
Sets the minimum allowable value.
|
void |
BaseScriptComponent.setMode(BaseScriptComponent.ExecutionMode mode)
Sets the
execution mode. |
void |
Window.setMode(Window.Mode mode)
Sets the display
mode of the window. |
void |
Window.setMovable(boolean movable)
Sets whether the window may be moved to a new position by dragging its title bar.
|
void |
Upload.setMultiple(boolean multiple)
Set to true if multiple file uploads are allowed.
|
void |
Listbox.setMultiple(boolean multiple)
Sets the multiple selection flag.
|
void |
BaseComponent.setName(String name)
Sets the name associated with this instance.
|
void |
Popupbox.setOpen(boolean open)
Sets the open state of the popup box.
|
void |
Menu.setOpen(boolean open)
Sets the open state.
|
void |
Detail.setOpen(boolean open)
Set the detail view open state.
|
void |
Paneview.setOrientation(Paneview.Orientation orientation)
Sets the
orientation of child panes. |
void |
Radiogroup.setOrientation(Radiogroup.Orientation orientation)
Sets the
orientation of radio buttons belonging to this group. |
void |
Slider.setOrientation(Slider.Orientation orientation)
Sets the
orientation of the component. |
void |
Toolbar.setOrientation(Toolbar.Orientation orientation)
Sets the
orientation of the tool bar. |
void |
Paging.setPageSize(int pageSize)
Sets the maximum number of items on a single page.
|
void |
BaseInputboxComponent.setPattern(String pattern)
Sets the regular expression that constrains the input format.
|
void |
BaseInputboxComponent.setPlaceholder(String placeholder)
Sets the placeholder message that is displayed when the input box is empty.
|
void |
BaseUIComponent.setPopup(Popup popup)
Sets the popup component that will appear when hovering over this component.
|
void |
Caption.setPosition(BaseLabeledComponent.LabelPositionAll position)
Sets the position of the label relative to its associated component.
|
void |
Hyperlink.setPosition(BaseLabeledComponent.LabelPositionHorz position)
Sets the position of the label relative to the contained elements.
|
void |
Checkbox.setPosition(BaseLabeledComponent.LabelPositionHorz position)
Sets the position of the label relative to the contained elements.
|
void |
Button.setPosition(BaseLabeledComponent.LabelPositionHorz position)
Sets the position of the label relative to the image.
|
void |
Window.setPosition(Window.Position position)
|
void |
Upload.setProgress(boolean progress)
Set to true to receive upload progress events.
|
void |
BaseInputboxComponent.setReadonly(boolean readonly)
Sets the read-only state of the input box.
|
void |
Timer.setRepeat(int repeat)
Sets the repetition count.
|
void |
BaseInputboxComponent.setRequired(boolean required)
Sets the required state of the input box.
|
void |
Memobox.setRows(int rows)
Sets the visible number of rows in the input area.
|
void |
Rowcell.setRowspan(int rowspan)
Sets how many rows this cell will span.
|
void |
Timer.setRunning(boolean running)
Sets the run state of the timer.
|
void |
Iframe.setSandbox(String sandbox)
Sets the sandbox setting for the iframe.
|
void |
Rows.setSelectable(Rows.Selectable selectable)
Sets the
selectable setting. |
void |
Treenode.setSelected(boolean selected)
Sets the selected state.
|
void |
Tab.setSelected(boolean selected)
Sets the selection state of the tab.
|
void |
Row.setSelected(boolean selected)
Sets the selected state of this row.
|
void |
Listitem.setSelected(boolean selected)
Sets the selection state.
|
void |
Comboitem.setSelected(boolean selected)
Sets the selection state.
|
void |
BasePickerComponent.setShowHints(boolean showHints)
Sets the showHints property.
|
void |
Treeview.setShowLines(boolean showLines)
Set to true to display lines connecting parent nodes to their children.
|
void |
Treeview.setShowRoot(boolean showRoot)
Set to true if the tree root should be visible.
|
void |
BasePickerComponent.setShowText(boolean showText)
Sets showText property.
|
void |
Treeview.setShowToggles(boolean showToggles)
Set to true to display expander icons for each parent node with children.
|
void |
Window.setSizable(boolean sizable)
Sets the window's sizable property.
|
void |
Listbox.setSize(int size)
Sets the number of visible list items.
|
void |
Window.setSize(Window.Size size)
Sets the
sizing mode of the window. |
void |
Column.setSortColumn(boolean sortColumn)
When set to true, designates this column as the currently sorted column.
|
void |
Column.setSortComparator(String propertyName)
Sets the name of the model property to be used for sorting.
|
void |
Column.setSortOrder(Sorting.SortOrder sortOrder)
Sets the sort order.
|
void |
Column.setSortToggle(Sorting.SortToggle sortToggle)
Sets the type of sort toggle.
|
void |
Pane.setSplittable(boolean splittable)
Sets whether the pane displays a splitter.
|
void |
Import.setSrc(String src)
Sets the URL of the FSP to import.
|
void |
Image.setSrc(String src)
Sets the URL of the image resource.
|
void |
Iframe.setSrc(String src)
Sets the URL of the document to be loaded.
|
void |
Html.setSrc(String src)
Sets the URL of external HTML content.
|
void |
BaseSourcedComponent.setSrc(String src)
Sets the URL of the external content source.
|
void |
Slider.setStep(int step)
Sets the amount of change in the current value when an arrow button is clicked.
|
void |
BaseUIComponent.setStyles(String styles)
Sets the styles for this component, replacing any existing styles.
|
void |
Textbox.setSynchronized(boolean synchronize) |
protected void |
Slider.setSynchronized(boolean synced)
Sets the synchronized setting.
|
void |
Memobox.setSynchronized(boolean synchronize) |
void |
BaseUIComponent.setTabindex(int tabindex)
Sets the tab index for the component.
|
void |
Tabview.setTabPosition(Tabview.TabPosition tabPosition)
Sets the tab
position. |
void |
Hyperlink.setTarget(String target)
Sets the target where the linked document will be opened.
|
void |
Window.setTitle(String title)
Sets the title text.
|
void |
Pane.setTitle(String title)
Sets the title text.
|
void |
Page.setTitle(String title)
Sets the page title.
|
void |
MessagePane.setTitle(String title)
Sets the title bar text.
|
void |
Groupbox.setTitle(String title)
Sets the title text.
|
void |
Grid.setTitle(String title)
Sets the title text.
|
void |
ServerScript.setType(String type)
Sets the type of script.
|
void |
Slider.setValue(int value)
Sets the current value of the slider.
|
void |
Progressbar.setValue(int value)
Sets the current value of the slider.
|
void |
Listitem.setValue(String value)
Sets the value associated with the list item.
|
void |
Comboitem.setValue(String value)
Sets the value associated with the combo item.
|
void |
BasePickerItem.setValue(String text)
Sets the value associated with the item.
|
void |
BaseUIComponent.setVisible(boolean visible)
Sets the visibility state of the component.
|
void |
BaseUIComponent.setWidth(String width)
Sets the width.
|
void |
Memobox.setWrap(Memobox.WrapMode wrap)
Sets the wrap mode.
|
void |
BaseComponent.wireController(Object controller)
Wires a controller's annotated components and event handlers, in that order, using this
component to resolve name references.
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.