|
|||||||||
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.AbstractContainer.add(org.apache.click.Control)
instead
Table.add(org.apache.click.Control)
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()
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
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.
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.
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)
.
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.
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 |