org.zkoss.zkmax.bind.impl
Class BindUiLifeCycleExtension

java.lang.Object
  extended by org.zkoss.zkmax.bind.impl.BindUiLifeCycleExtension
All Implemented Interfaces:
BindUiLifeCycle.Extension

public class BindUiLifeCycleExtension
extends java.lang.Object
implements BindUiLifeCycle.Extension

An implementation of BindUiLifeCycle.Extension to extend BindUiLifeCycle It is the default extension if ZK EE is installed.

Since:
6.5.3
Author:
dennis

Constructor Summary
BindUiLifeCycleExtension()
           
 
Method Summary
 java.util.Set<Component> getLifeCycleHandlingSet(boolean create)
           
 boolean isLifeCycleHandling(Component comp)
           
 void markLifeCycleHandling(Component comp)
           
 void removeLifeCycleHandling(Component comp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindUiLifeCycleExtension

public BindUiLifeCycleExtension()
Method Detail

markLifeCycleHandling

public void markLifeCycleHandling(Component comp)
Specified by:
markLifeCycleHandling in interface BindUiLifeCycle.Extension

getLifeCycleHandlingSet

public java.util.Set<Component> getLifeCycleHandlingSet(boolean create)

isLifeCycleHandling

public boolean isLifeCycleHandling(Component comp)
Specified by:
isLifeCycleHandling in interface BindUiLifeCycle.Extension

removeLifeCycleHandling

public void removeLifeCycleHandling(Component comp)
Specified by:
removeLifeCycleHandling in interface BindUiLifeCycle.Extension


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