org.zkoss.zul
Class Attributes

java.lang.Object
  extended by org.zkoss.zul.Attributes

public class Attributes
extends java.lang.Object

Common attributes used for implementation.

Since:
3.0.2
Author:
tomyeh

Field Summary
static java.lang.String RENDERED_ITEM_COUNT
          It is used to count the count of the rendered Treeitem.
static java.lang.String SKIP_SIBLING
          Indicates the component being render shall generate z.skipsib.
static java.lang.String STRIPE_STATE
          It is used to check the striping state of Gird or Listbox.
static java.lang.String VISITED_ITEM_COUNT
          It is used to count the count of the visible Treeitem without its Treechildren.
static java.lang.String VISITED_ITEM_TOTAL
          It is used to count the total of the visible Treeitem, including its Treechildren.
 
Constructor Summary
Attributes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SKIP_SIBLING

public static final java.lang.String SKIP_SIBLING
Indicates the component being render shall generate z.skipsib.

See Also:
Constant Field Values

STRIPE_STATE

public static final java.lang.String STRIPE_STATE
It is used to check the striping state of Gird or Listbox.

Since:
3.0.3
See Also:
Constant Field Values

RENDERED_ITEM_COUNT

public static final java.lang.String RENDERED_ITEM_COUNT
It is used to count the count of the rendered Treeitem.

Since:
3.0.7
See Also:
Constant Field Values

VISITED_ITEM_COUNT

public static final java.lang.String VISITED_ITEM_COUNT
It is used to count the count of the visible Treeitem without its Treechildren.

Since:
3.0.7
See Also:
Constant Field Values

VISITED_ITEM_TOTAL

public static final java.lang.String VISITED_ITEM_TOTAL
It is used to count the total of the visible Treeitem, including its Treechildren.

Since:
3.0.7
See Also:
Constant Field Values
Constructor Detail

Attributes

public Attributes()


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