public class HeaderUpdateEvent
extends org.zkoss.zk.ui.event.Event
Constructor and Description |
---|
HeaderUpdateEvent(java.lang.String name,
org.zkoss.zk.ui.Component target,
SSheet sheet,
HeaderType type,
HeaderAction acton,
int index,
int size,
boolean hidden) |
Modifier and Type | Method and Description |
---|---|
HeaderAction |
getAction()
Returns the action
|
int |
getIndex()
get index of the header, if the
getType() return @link HeaderEvent#TOP_HEADER} then it is column index, otherwise it is row index |
SSheet |
getSheet()
get Sheet
|
int |
getSize()
Returns the new size of this header event
|
HeaderType |
getType()
get type of this event
|
boolean |
isHidden()
Returns whether request hidden(true)/unhidden(false) of this column/row.
|
java.lang.String |
toString() |
public HeaderUpdateEvent(java.lang.String name, org.zkoss.zk.ui.Component target, SSheet sheet, HeaderType type, HeaderAction acton, int index, int size, boolean hidden)
public SSheet getSheet()
public int getIndex()
getType()
return @link HeaderEvent#TOP_HEADER} then it is column index, otherwise it is row indexpublic HeaderType getType()
public boolean isHidden()
public int getSize()
public HeaderAction getAction()
public java.lang.String toString()
toString
in class org.zkoss.zk.ui.event.Event
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.