javax.faces.component.behavior
Interface ClientBehaviorHolder
- All Known Implementing Classes:
- HtmlBody, HtmlCommandButton, HtmlCommandLink, HtmlDataTable, HtmlForm, HtmlGraphicImage, HtmlInputSecret, HtmlInputText, HtmlInputTextarea, HtmlOutcomeTargetButton, HtmlOutcomeTargetLink, HtmlOutputLabel, HtmlOutputLink, HtmlPanelGrid, HtmlSelectBooleanCheckbox, HtmlSelectManyCheckbox, HtmlSelectManyListbox, HtmlSelectManyMenu, HtmlSelectOneListbox, HtmlSelectOneMenu, HtmlSelectOneRadio
public interface ClientBehaviorHolder
TODO: COMMENT
- Since:
- 2.0
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 14:19:37 +0200 (Sat, 22 Oct 2011) $
- Author:
- Simon Lessard (latest modification by $Author: bommel $)
addClientBehavior
void addClientBehavior(String eventName,
ClientBehavior behavior)
getClientBehaviors
Map<String,List<ClientBehavior>> getClientBehaviors()
- Retruns an immutable
Map
of the attached ClientBehavior
s for the
component. If no behavior is present this method return an empty Map (Collections.emptyMap()
).
- Returns:
getDefaultEventName
String getDefaultEventName()
getEventNames
Collection<String> getEventNames()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.