org.zkoss.zk.ui.ext
Interface Blockable

All Known Implementing Classes:
Combobox.ExtraCtrl, Datebox.ExtraCtrl

public interface Blockable

An interface that allows a Component to specify when to block an AuRequest from client, for security control.

Author:
simonpai since 5.0.8

Method Summary
 boolean shallBlock(AuRequest request)
          Return true if the request shall be blocked.
 

Method Detail

shallBlock

boolean shallBlock(AuRequest request)
Return true if the request shall be blocked.



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo