|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Component | |
---|---|
org.apache.struts2.components | |
org.apache.struts2.components.table | |
org.apache.struts2.views.freemarker.tags | |
org.apache.struts2.views.jsp | Struts's JSP tag library. |
org.apache.struts2.views.jsp.iterator | Struts's JSP tag library for iterator handling. |
org.apache.struts2.views.jsp.ui | Struts' JSP UI tags. |
org.apache.struts2.views.jsp.ui.table | JSP UI tags for modeling tables. |
org.apache.struts2.views.velocity.components |
Uses of Component in org.apache.struts2.components |
---|
Subclasses of Component in org.apache.struts2.components | |
---|---|
class |
AbstractRemoteCallUIBean
TODO: Document AbstractRemoteCallUIBean. |
class |
ActionComponent
|
class |
ActionError
Render action errors if they exists the specific layout of the rendering depends on the theme itself. |
class |
ActionMessage
Render action messages if they exists, specific rendering layout depends on the theme itself. |
class |
Anchor
A tag that creates a HTML <a href='' /> that when clicked calls a URL remote XMLHttpRequest call via the dojo framework. THE FOLLOWING IS ONLY VALID WHEN AJAX IS CONFIGURED href errorText listenTopics notifyTopics executeScripts loadingText listenTopics handler formId formFilter targets showErrorTransportText targets indicator 'resultDivId' Deprecated. |
class |
AppendIterator
|
class |
Autocompleter
The autocomplete tag is a combobox that can autocomplete text entered on the input box. |
class |
Bean
|
class |
Checkbox
Renders an HTML input element of type checkbox, populated by the specified property from the ValueStack. |
class |
CheckboxList
Creates a series of checkboxes from a list. |
class |
ClosingUIBean
ClosingUIBean is the standard superclass for UI components such as div etc. |
class |
ComboBox
The combo box is basically an HTML INPUT of type text and HTML SELECT grouped together to give you a combo box functionality. |
class |
Date
Format Date object in different ways. |
class |
DateTimePicker
|
class |
Debug
|
class |
Div
The div tag when used on the ajax theme, provides a remote call from the current page to update a section of content without having to refresh the entire page. |
class |
DoubleListUIBean
DoubleListUIBean is the standard superclass of all Struts double list handling components. |
class |
DoubleSelect
Renders two HTML select elements with second one changing displayed values depending on selected entry of first one. |
class |
Else
|
class |
ElseIf
|
class |
FieldError
Render field errors if they exists. |
class |
File
Renders an HTML file input element. |
class |
Form
Renders HTML an input form. The remote form allows the form to be submitted without the page being refreshed. |
class |
FormButton
FormButton. |
class |
GenericUIBean
Renders an custom UI widget using the specified templates. |
class |
Head
Renders parts of the HEAD section for an HTML file. |
class |
Hidden
Renders an HTML input element of type hidden, populated by the specified property from the ValueStack. |
class |
I18n
Gets a resource bundle and place it on the value stack. |
class |
If
|
class |
Include
|
class |
InputTransferSelect
Create a input transfer select component which is basically an text input and <select ...> tag with buttons in the middle of them allowing text to be added to the transfer select. |
class |
IteratorComponent
|
class |
Label
Renders an HTML LABEL that will allow you to output label:name combination that has the same format treatment as the rest of your UI controls. |
class |
ListUIBean
DoubleListUIBean is the standard superclass of all Struts list handling components. |
class |
MergeIterator
|
class |
OptGroup
Create a optgroup component which needs to resides within a select tag. |
class |
OptionTransferSelect
Create a option transfer select component which is basically two <select ...> tag with buttons in the middle of them allowing options in each of the <select ...> to be moved between themselves. |
class |
Param
|
class |
Password
Render an HTML input tag of type password. |
class |
Property
Used to get the property of a value, which will default to the top of the stack if none is specified. |
class |
Push
|
class |
Radio
Render a radio button input field. |
class |
Reset
Render a reset button. |
class |
Select
Render an HTML input tag of type select. |
class |
Set
|
class |
Submit
Render a submit button. |
class |
TabbedPanel
The tabbedpanel widget is primarily an AJAX component, where each tab can either be local content or remote content (refreshed each time the user selects that tab). |
class |
Text
Render a I18n text message. |
class |
TextArea
Render HTML textarea tag. |
class |
TextField
Render an HTML input field of type text |
class |
Token
Stop double-submission of forms. |
class |
Tree
Renders a tree widget with AJAX support. The id attribute is normally specified, such that it could be looked up using javascript if necessary. Examples |
class |
TreeNode
Renders a tree node within a tree widget with AJAX support. Either of the following combinations should be used depending on if the tree is to be constrcted dynamically or statically. |
class |
UIBean
UIBean is the standard superclass of all Struts UI componentns. |
class |
UpDownSelect
Create a Select component with buttons to move the elements in the select component up and down. |
class |
URL
|
Methods in org.apache.struts2.components that return Component | |
---|---|
protected Component |
Component.findAncestor(Class clazz)
Finds the nearest ancestor of this component stack. |
Uses of Component in org.apache.struts2.components.table |
---|
Subclasses of Component in org.apache.struts2.components.table | |
---|---|
class |
WebTable
|
Uses of Component in org.apache.struts2.views.freemarker.tags |
---|
Fields in org.apache.struts2.views.freemarker.tags declared as Component | |
---|---|
private Component |
CallbackWriter.bean
|
Methods in org.apache.struts2.views.freemarker.tags that return Component | |
---|---|
protected Component |
WebTableModel.getBean()
|
protected Component |
URLModel.getBean()
|
protected Component |
UpDownSelectModel.getBean()
|
protected Component |
TreeNodeModel.getBean()
|
protected Component |
TreeModel.getBean()
|
protected Component |
TokenModel.getBean()
|
protected Component |
TextModel.getBean()
|
protected Component |
TextFieldModel.getBean()
|
protected Component |
TextAreaModel.getBean()
|
protected abstract Component |
TagModel.getBean()
|
protected Component |
TabbedPanelModel.getBean()
|
protected Component |
SubmitModel.getBean()
|
protected Component |
SetModel.getBean()
|
protected Component |
SelectModel.getBean()
|
protected Component |
ResetModel.getBean()
|
protected Component |
RadioModel.getBean()
|
protected Component |
PushModel.getBean()
|
protected Component |
PropertyModel.getBean()
|
protected Component |
PasswordModel.getBean()
|
protected Component |
ParamModel.getBean()
|
protected Component |
OptionTransferSelectModel.getBean()
|
protected Component |
OptGroupModel.getBean()
|
protected Component |
LabelModel.getBean()
|
protected Component |
IteratorModel.getBean()
|
protected Component |
InputTransferSelectModel.getBean()
|
protected Component |
IncludeModel.getBean()
|
protected Component |
IfModel.getBean()
|
protected Component |
I18nModel.getBean()
|
protected Component |
HiddenModel.getBean()
|
protected Component |
HeadModel.getBean()
|
protected Component |
FormModel.getBean()
|
protected Component |
FileModel.getBean()
|
protected Component |
FieldErrorModel.getBean()
|
protected Component |
ElseModel.getBean()
|
protected Component |
ElseIfModel.getBean()
|
protected Component |
DoubleSelectModel.getBean()
|
protected Component |
DivModel.getBean()
|
protected Component |
DateTimePickerModel.getBean()
|
protected Component |
DateModel.getBean()
|
protected Component |
ComponentModel.getBean()
|
protected Component |
ComboBoxModel.getBean()
|
protected Component |
CheckboxModel.getBean()
|
protected Component |
CheckboxListModel.getBean()
|
Component |
CallbackWriter.getBean()
|
protected Component |
BeanModel.getBean()
|
protected Component |
AutocompleterModel.getBean()
|
protected Component |
AnchorModel.getBean()
|
protected Component |
ActionModel.getBean()
|
protected Component |
ActionMessageModel.getBean()
|
protected Component |
ActionErrorModel.getBean()
|
Constructors in org.apache.struts2.views.freemarker.tags with parameters of type Component | |
---|---|
CallbackWriter(Component bean,
Writer writer)
|
Uses of Component in org.apache.struts2.views.jsp |
---|
Fields in org.apache.struts2.views.jsp declared as Component | |
---|---|
protected Component |
ComponentTagSupport.component
|
Uses of Component in org.apache.struts2.views.jsp.iterator |
---|
Methods in org.apache.struts2.views.jsp.iterator that return Component | |
---|---|
Component |
MergeIteratorTag.getBean(ValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
|
Component |
AppendIteratorTag.getBean(ValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
|
Uses of Component in org.apache.struts2.views.jsp.ui |
---|
Uses of Component in org.apache.struts2.views.jsp.ui.table |
---|
Methods in org.apache.struts2.views.jsp.ui.table that return Component | |
---|---|
Component |
WebTableTag.getBean(ValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
|
Uses of Component in org.apache.struts2.views.velocity.components |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |