|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Container
interface
to make it easier for developers to create their own containers.Control
interface
to make it easier for developers to create their own controls.Behaviors
.
AbstractContainer.add(org.apache.click.Control)
instead
Table.add(org.apache.click.Control)
instead
behaviors
.
Checkbox.checked
property to true if the fields value is
submitted.
FileField.fileItem
property from the multi-part form data
submission.
Submit.clicked
,
ImageSubmit.x
and ImageSubmit.y
if defined in the request.
Radio.checked
property
if defined in the request.
Field.value
or
Select.selectedValues
property if defined in the request.
Field.value
and
Submit.clicked
properties if defined.
Class
object associated with the class or
interface with the given string name, using the current Thread context
class loader.
ClickUtils.encode(Object)
string.
ActionEventDispatcher
.
MessagesMap.messages
map
and MessagesMap.MESSAGES_CACHE
if it is not already initialized.
Button
s.
AbstractControl.getContext()
defaultOption
value, or
null if no defaultOption is set.
elements
to be included in the page.
Table.getControlLink()
will
also be returned.
elements
to be included in the page.
AbstractControl.getHeadElements()
instead
Page.getHeadElements()
instead
Form.isJavaScriptValidation()
instead
ActionResult.template
.
template
to render.
template
to render.
Select.getSelectedValues()
instead, this method will
be removed in subsequent releases
Page.getHeadElements()
instead
AbstractControl.getAttribute(String)
instead
Page.getPath()
.
AbstractControl.hasAttribute(String)
instead
ClickServlet.newPageInstance(String, Class, HttpServletRequest)
method and
setting format, headers and the forward if a JSP.
ID
attribute status, default
value is true.
true
if both icon
and label
are rendered,
false
otherwise.
ActionButton.isClicked()
property to true if the
ActionButton was clicked, and if an action callback listener was set
this will be invoked.
ActionLink.isClicked()
property to true if the
ActionLink was clicked, and if an action callback listener was set
this will be invoked.
Context.getFileItem(java.lang.String)
.
Select.getOptionList()
to ensure exceptions thrown
while retrieving options will be handled by the error page.
Table.getRowList()
to ensure exceptions thrown
while retrieving table rows will be handled by the error page.
Panel.template
and
Panel.model
.onDestroy
event handler.
Behavior.preResponse(org.apache.click.Control)
,
but before the Control's Control.getHeadElements()
is called.
Behaviors
.
Panel.remove(org.apache.click.Control)
instead
PageImports.renderHeadElements(org.apache.click.util.HtmlStringBuffer)
and PageImports.renderJsElements(org.apache.click.util.HtmlStringBuffer)
content
to the specified buffer.
content
to the specified buffer.
imports
and styles
.
Option.render(org.apache.click.control.Select, org.apache.click.util.HtmlStringBuffer)
instead
OptionGroup.render(org.apache.click.control.Select, org.apache.click.util.HtmlStringBuffer)
instead
imports
and scripts
.
Table.renderPaginator(HtmlStringBuffer)
instead, this
method is provided to support backward compatibility older Click 1.4
customized tables. In these scenarios please override Table.renderPaginator(HtmlStringBuffer)
method to invoke Table.renderTableBanner(HtmlStringBuffer)
and Table.renderPagingControls(HtmlStringBuffer)
.
Table.renderPaginator(HtmlStringBuffer)
instead, this
method is provided to support backward compatibility older Click 1.4
customized tables. In these scenarios please override Table.renderPaginator(HtmlStringBuffer)
method to invoke Table.renderTableBanner(HtmlStringBuffer)
and Table.renderPagingControls(HtmlStringBuffer)
.
id
,
class and style.
name
,
id
, class and style.
DataProvider
.
AbstractControl.setListener(java.lang.Object, java.lang.String)
ErrorPage.onInit()
method.
Select.getSelectedValues()
instead, this method will
be removed in subsequent releases
Page.getHeadElements()
instead
location
and append
the map of request parameters to the location URL.
ID
attribute status.
label
and
icon
are rendered for this
link.
AbstractControl.addStyleClass(String)
and
AbstractControl.removeStyleClass(String)
instead.
Form.onProcess()
to validate
the request submission.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |