|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Container
interface,
to make it easier for developers to implement their own containers.Control
interface,
to make it easier for developers to implement their own controls.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.
Control
and enables the creation of
nested controls.Class
object associated with the class or
interface with the given string name, using the current Thread context
class loader.
ClickUtils.encode(Object)
string.
Button
s.
AbstractControl.getContext()
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.
ControlRegistry
registry.
Option.render(net.sf.click.control.Select, net.sf.click.util.HtmlStringBuffer)
instead
OptionGroup.render(net.sf.click.control.Select, net.sf.click.util.HtmlStringBuffer)
instead
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
AbstractControl.addStyleClass(String)
and
AbstractControl.removeStyleClass(String)
instead.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |