org.zkoss.zkmax.bind.impl
Class TrackerImplEx
java.lang.Object
org.zkoss.bind.tracker.impl.TrackerImpl
org.zkoss.zkmax.bind.impl.TrackerImplEx
- All Implemented Interfaces:
- java.io.Serializable, Tracker
public class TrackerImplEx
- extends TrackerImpl
- Since:
- 6.5.5
- Author:
- dennis, henrichen, jumperchen
- See Also:
- Serialized Form
| Methods inherited from class org.zkoss.bind.tracker.impl.TrackerImpl |
addDependsOn, dump, dumpLess, getAllTrackerNodes, getEqualBeans, getLoadBindings, getTrackerNodePerComponentScript, removeAllFromBeanMap, removeAllFromNullMap, removeBeanMap, testEqualsBean, tieValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_compTailMap
protected java.util.LinkedHashMap<Component,java.util.Set<TrackerNode>> _compTailMap
TrackerImplEx
public TrackerImplEx()
newEqualBeansMap
protected TrackerImpl.EqualBeansMap newEqualBeansMap()
- Overrides:
newEqualBeansMap in class TrackerImpl
setTargetValue
public void setTargetValue(java.lang.Object obj)
addTracking
public void addTracking(Component comp,
java.lang.String[] series,
Binding binding)
- Description copied from interface:
Tracker
- Add a tracking that associate a binding to a dot series under the specified
Component
- Specified by:
addTracking in interface Tracker- Overrides:
addTracking in class TrackerImpl
- Parameters:
comp - the component with the associated bindingseries - the dot series as an array of property namebinding - the associated binding
newTrackerNode
protected TrackerNode newTrackerNode(java.lang.Object script)
- Overrides:
newTrackerNode in class TrackerImpl
getTargetValueAndReset
protected java.lang.Object getTargetValueAndReset()
addBeanMap
protected void addBeanMap(TrackerNode node,
java.lang.Object value,
java.lang.Object basePath)
- Overrides:
addBeanMap in class TrackerImpl
getOrCreateTrackerNode
protected TrackerNode getOrCreateTrackerNode(Component comp,
java.lang.String[] series)
- Overrides:
getOrCreateTrackerNode in class TrackerImpl
removeTrackings
public void removeTrackings(java.util.Set<Component> comps)
- Description copied from interface:
Tracker
- Remove all tracking associated with the specified
Component set.
- Specified by:
removeTrackings in interface Tracker- Overrides:
removeTrackings in class TrackerImpl
- Parameters:
comps - the associated component set
removeTrackings
public void removeTrackings(Component comp)
- Description copied from interface:
Tracker
- Remove all tracking associated with the specified
Component.
- Specified by:
removeTrackings in interface Tracker- Overrides:
removeTrackings in class TrackerImpl
- Parameters:
comp - the associated component
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.