See: Description
| Class | Description |
|---|---|
| AccordionExample |
This component shows the different usages of the
WTabSet component in the ACCORDION state. |
| AppPreferenceParameterExample |
Demonstrates how the application/portal preference parameters can be accessed from WComponents.
|
| ArbitraryContent |
This component generates paragraphs of text which can be used as arbitrary content to assist with development of
wcomponent examples.
|
| AutoReFocusExample |
This example demonstrates that focus will be returned to the control which triggered the form submit after a round
trip to the server completes.
|
| AutoReFocusRepeaterExample |
This example demonstrates that focus will be returned to the control which triggered the form submit after a round
trip to the server completes.
|
| AutoReFocusRepeaterExample.FocusRepeatRenderer |
The render to use with the repeater in this example.
|
| ButtonOptionsExample |
ButtonOptionsExample contains a series of controls for displaying and manipulating an example button.
|
| CheckBoxExample |
An example of the
WCheckBox component. |
| DynamicImage |
An image implementation which generates a dynamic image.
|
| EntryFieldExample |
This is a non exhaustive list of the various kinds of Entry Fields available within wComponents.
|
| ErrorGenerator |
Demonstrates application behaviour when errors occur at certain parts of the WComponent workflow.
|
| ForwardExample |
This example demonstrates the use of the "forward" feature.
|
| HtmlClassPropertiesExample |
An example showing how to use
HtmlClassProperties. |
| HtmlInjector |
Demonstrates a method to inject HTML mark-up directly into a generated page using a
WText. |
| I18nExample |
This example demonstrates use of internationalisation.
|
| InfoDump |
A WComponent that displays information about the current environment.
|
| InputBeanBindingExample |
Demonstrate WInput components that are bound to a bean and have change actions.
|
| InputBeanBindingExample.MyChangedAction |
Action class to display a message that the input component has changed.
|
| InputBeanBindingExample.MyDemoBean |
Example bean to bind to the input components.
|
| InputBeanBindingExample.MyPanel |
Class used to display the WINput component as well as its current value and its corresponding value on the bean.
|
| KitchenSink |
Shows off everything but the WKitchenSink.
|
| KitchenSink.DuplicatorGroup |
This component demonstrates the ability to dynamically build a UI.
|
| LinkOptionsExample |
LinkOptionsExample contains a series of controls for displaying and manipulating an example link.
|
| LoadAjaxControlsExample |
Example showing AJAX controls being loaded via AJAX.
|
| LoginExample |
Demonstrate a basic login screen.
|
| MarginExample |
Demonstrate setting a margin on
Marginable components. |
| MultiPollingExample |
This is a test of multiple pollers with exactly the same poll interval.
|
| PatternValidationExample |
Demonstrate how patterns can be used to validate text fields.
|
| RadioButtonExample |
WRadioButton example. |
| SimpleCancelButtonExample |
This is a simple example to demonstrate the features of the
WCancelButton. |
| SimpleFileUpload |
This example demonstrates the use of WFileWidget to select and upload a file.
|
| SimpleTabs |
This is component looks a bit like a set of tabs.
|
| TextAreaExample |
WTextArea example demonstrates various states of the
WTextArea. |
| TextDuplicator |
This component demonstrates how to add some simple control logic, by using Actions.
|
| TextDuplicatorHandleRequestImpl |
This component demonstrates how to add some simple control logic, by overriding the handleRequest method.
|
| TextDuplicatorVelocity2 |
An example extension of
TextDuplicatorVelocityImpl to show how different a template can be specified. |
| TextDuplicatorVelocityImpl |
Same idea as
TextDuplicator, but with a velocity template to pretty things up. |
| TextFieldExample |
A
WTextField is a wcomponent used to display a html text input field. |
| TextImage |
A simple text to image class, used by some of the examples.
|
| WAbbrTextExample |
This example shows usage of WAbbrText.
|
| WApplicationExample |
Demonstrate how to use
WApplication and the unsavedChanges feature. |
| WAudioExample |
An example showing the basic use of the
WAudio component. |
| WButtonActionExample |
This is a simple example of actions attached to a
WButton component. |
| WButtonExample |
An example showing the available styles of the
WButton component. |
| WCheckBoxTriggerActionExample |
This example demonstrates the use of
AbstractInput.setActionOnChange(Action). |
| WComponentRenderPerfTest |
A WComponent performance test using the KitchenSink example.
|
| WContentExample |
Demonstrates the use of
WContent and WContentLink for displaying arbitrary binary files. |
| WDataListServletExample |
Demonstrate components that use cached lists.
|
| WDefinitionListExample |
Demonstrate use of
WDefinitionList. |
| WDialogExample |
This example demonstrates the use of the
WDialog component. |
| WDropdownExample |
This example demonstrates usage of the
WDropdown component. |
| WDropdownOptionsExample |
This example provides the configuration options for the dropdown box, including the various different action types.
|
| WDropdownSpaceHandlingExample |
This example is to see how
WDropdown cope with options that contain spaces. |
| WDropdownSpecialCharHandlingExample |
An example used to verify that WDropdown handles special characters correctly.
|
| WDropdownSubmitOnChangeExample |
This example demonstrates the use of the submitOnChange flag available on
WDropdown. |
| WDropdownTriggerActionExample |
This example demonstrates how an
Action object can be associated with a WDropdown (use
AbstractInput.setActionOnChange(com.github.bordertech.wcomponents.Action) ). |
| WFigureExample |
Demonstrate how
WFigure can be used. |
| WhiteSpaceExample |
Class to demonstrate components that can render whitespace.
|
| WHorizontalRuleExample | |
| WImageCachedExample |
Demonstrate a cached and not cached dynamic image.
|
| WImageEditorForImageExample |
Example of using
WImageEditor with a static Image. |
| WImageEditorForMultiFileWidgetExample |
Example of using
WImageEditor with a file upload. |
| WImageExample |
Example showing use of rendering an image with a
WImage. |
| WImageExample.ExampleImage |
Example implementation of
Image. |
| WLinkActionExample |
This class demonstrates how an action can be called on a
WLink. |
| WMultiDropdownTestingExample |
Used to test WMultiDropdown Selenium helper and themes.
|
| WMultiFileWidgetAjaxExample |
Multifile upload with AJAX trigger.
|
| WMultiSelectExample |
Example using WMultiSelect.
|
| WMultiSelectPairTestingExample |
Example used for Selenium testing
WMultiSelectPair. |
| WNumberFieldExample |
Shows the various properties of WNumberField.
|
| WPanelExample |
An example showing use of the
WPanel component. |
| WPasswordFieldExample |
Shows the various properties of WPasswordField.
|
| WPopupExample |
An example showing
WPopup usage. |
| WPrintButtonExample | |
| WRadioButtonInRepeater | |
| WRadioButtonInRepeater.MyComponent |
A Class that has a radio button that is repeated.
|
| WRadioButtonSubmitOnChangeExample |
This example demonstrates the use of the submitOnChange flag available on WDropdown.
|
| WRadioButtonTriggerActionExample |
This example demonstrates how an
Action can be associated with a RadioButtonGroup. |
| WSectionExample |
Demonstrate how
WSection can be used. |
| WSessionExample |
Demonstrate using the "ui:session" element.
|
| WShufflerExample |
Demonstrate how the
WShuffler component can be used. |
| WSingleSelectExample |
This example demonstrates usage of the
WSingleSelect component. |
| WSkipLinksExample |
This example demonstrates the
WSkipLinks component. |
| WStyledTextFontAwesomeExample |
An example showing how to use
WStyledText to create icons using
Font Awesome. |
| WStyledTextOptionsExample |
Demonstrate the
WStyledText configuration options. |
| WSuggestionsExample |
Demonstrate using
WSuggestions with input text fields. |
| WTemplateExample |
An example of how to use a WTemplate to center a login form.
|
| WTextExample |
Example
WText usage showing various modes of operation:
WTextExample.sharedOnlyText a WText with application-wide text. |
| WTextExample.ExampleBean |
An example bean.
|
| WTextExample.ExampleBean.DummyInnerBean |
An example bean.
|
| WTextFieldExample |
Shows the various properties of WTextField.
|
| WTimeoutWarningDefaultExample |
Example of WTimeoutWarning.
|
| WTimeoutWarningExample |
Demonstrate WTimeoutWarning
The UI will display a "warning" message to the user that their session will
soon expire.
|
| WTimeoutWarningOptionsExample |
This example is shows how WTimeoutWarning can be configured to show a warning at different times before the timeout
period and how the timeout period itself can be manipulated.
|
| WTreeExample |
An example of how to use
WTree. |
| WTreeExample.ExampleTreeModel |
Example tree model.
|
| WVideoExample |
An example showing the basic use of the
WVideo component. |
| WWindowExample |
An example showing
WWindow usage. |
Copyright © 2024. All rights reserved.