org.zkoss.zul.fn
Class ZulFns

java.lang.Object
  extended by org.zkoss.zul.fn.ZulFns

public class ZulFns
extends java.lang.Object

Utilities for using EL.

Author:
tomyeh

Constructor Summary
protected ZulFns()
           
 
Method Summary
static java.lang.String getBoxChildInnerAttrs(org.zkoss.zk.ui.Component child)
          Returns the inner attributes used for the cell of the specified child when it is placed inside of hbox/vbox.
static java.lang.String getBoxChildOuterAttrs(org.zkoss.zk.ui.Component child)
          Returns the outer attributes used for the cell of the specified child when it is placed inside of hbox/vbox.
static java.lang.String getColAttrs(Row row, int index)
          Returns the column attribute of a child of a row by specifying the index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZulFns

protected ZulFns()
Method Detail

getColAttrs

public static final java.lang.String getColAttrs(Row row,
                                                 int index)
Returns the column attribute of a child of a row by specifying the index.


getBoxChildInnerAttrs

public static final java.lang.String getBoxChildInnerAttrs(org.zkoss.zk.ui.Component child)
Returns the inner attributes used for the cell of the specified child when it is placed inside of hbox/vbox.


getBoxChildOuterAttrs

public static final java.lang.String getBoxChildOuterAttrs(org.zkoss.zk.ui.Component child)
Returns the outer attributes used for the cell of the specified child when it is placed inside of hbox/vbox.



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.