Package org.eclnt.jsfserver.elements
Class DefaultEventBlockerDuringDecode
java.lang.Object
org.eclnt.jsfserver.elements.DefaultEventBlockerDuringDecode
- All Implemented Interfaces:
IEventBlockerDuringDecode
Default implementation of decode event blocker.
Blocks any action that is triggered by a component which is disabled on server side.
Vetoes any setting of data into components that are disabled.
Blocks any action that is triggered by a component which is disabled on server side.
Vetoes any setting of data into components that are disabled.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
checkIfEventIsBlocked
(BaseActionEvent event, BaseComponent component) boolean
checkIfPassingValueIsBlocked
(BaseComponent component, BaseComponent.DecodePassData decodeInfo, String value) protected boolean
findEnabledValueForComponent
(BaseComponent component)
-
Constructor Details
-
DefaultEventBlockerDuringDecode
public DefaultEventBlockerDuringDecode()
-
-
Method Details
-
checkIfEventIsBlocked
- Specified by:
checkIfEventIsBlocked
in interfaceIEventBlockerDuringDecode
-
checkIfPassingValueIsBlocked
public boolean checkIfPassingValueIsBlocked(BaseComponent component, BaseComponent.DecodePassData decodeInfo, String value) - Specified by:
checkIfPassingValueIsBlocked
in interfaceIEventBlockerDuringDecode
-
findEnabledValueForComponent
-