|
|||||||||
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.Panel.add(org.apache.click.Control)
instead
PageImports.add(org.apache.click.element.Element)
instead
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
.
Button
s.
AbstractControl.getContext()
elements
to be included in the page.
elements
to be included in the page.
AbstractControl.getHeadElements()
instead
AbstractControl.getHeadElements()
instead
Control.getHeadElements()
instead
Page.getHeadElements()
instead
template
to render.
template
to render.
Select.getSelectedValues()
instead, this method will
be removed in subsequent releases
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.
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.
Panel.template
and
Panel.model
.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)
.
AbstractControl.setListener(java.lang.Object, java.lang.String)
ErrorPage.onInit()
method.
Select.getSelectedValues()
instead, this method will
be removed in subsequent releases
location
and append
the map of request parameters to the location URL.
AbstractControl.addStyleClass(String)
and
AbstractControl.removeStyleClass(String)
instead.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |