org.zkoss.zk.ui.util
Class DataHandlerInfo

java.lang.Object
  extended by org.zkoss.zk.ui.util.DataHandlerInfo

public class DataHandlerInfo
extends java.lang.Object

A data handler info for Configuration to use.

Since:
8.0.0
Author:
jumperchen

Constructor Summary
DataHandlerInfo(java.lang.String name, java.lang.String script, java.lang.String scriptUri, java.util.List<java.lang.String> depends, boolean override)
          Construct the data handler info
 
Method Summary
 java.util.List<java.lang.String> getDepends()
          Returns a list of Javascript files where the script depends on
 java.lang.String getName()
          Returns the attribute name.
 java.lang.String getScript()
          Returns the script of the data handler.
 java.lang.String getScriptUri()
          Returns the script uri of the data handler.
 boolean isOverride()
          Returns whether the handler is to override another one.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataHandlerInfo

public DataHandlerInfo(java.lang.String name,
                       java.lang.String script,
                       java.lang.String scriptUri,
                       java.util.List<java.lang.String> depends,
                       boolean override)
Construct the data handler info

Parameters:
name - the data attribute name
script - the script of the data attribute handler (Optional)
scriptUri - the script uri of the data attribute handler (Optional)
depends - a list of Javascript files where the script depends on. (Optional)
override - true if the data handler is to override to another one. (Optional)
Method Detail

getName

public java.lang.String getName()
Returns the attribute name.


getScript

public java.lang.String getScript()
Returns the script of the data handler.


getScriptUri

public java.lang.String getScriptUri()
Returns the script uri of the data handler.


getDepends

public java.util.List<java.lang.String> getDepends()
Returns a list of Javascript files where the script depends on


isOverride

public boolean isOverride()
Returns whether the handler is to override another one.



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