org.zkforge.dojo
Class Fisheyeitem

java.lang.Object
  extended by org.zkoss.zk.ui.AbstractComponent
      extended by org.zkforge.dojo.Fisheyeitem
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.zkoss.zk.ui.Component, org.zkoss.zk.ui.sys.ComponentCtrl

public class Fisheyeitem
extends org.zkoss.zk.ui.AbstractComponent

A fisheye item.

Version:
$Revision: 1.7 $ $Date: 2006/03/17 10:36:24 $
Author:
tomyeh
See Also:
Fisheyelist, Serialized Form

Field Summary
 
Fields inherited from interface org.zkoss.zk.ui.Component
APPLICATION_SCOPE, COMPONENT_SCOPE, DESKTOP_SCOPE, PAGE_SCOPE, REQUEST_SCOPE, SESSION_SCOPE, SPACE_SCOPE
 
Constructor Summary
Fisheyeitem()
           
 
Method Summary
 java.lang.String getImage()
          Returns the image URI.
 java.lang.String getLabel()
          Returns the label (never null).
 java.lang.String getOuterAttrs()
          Returns the HTML attributes for this component.
 boolean isChildable()
          Not childable.
 void setImage(java.lang.String image)
          Sets the image URI.
 void setLabel(java.lang.String label)
          Sets the label.
 void setParent(org.zkoss.zk.ui.Component parent)
           
 void smartUpdate(java.lang.String attr, java.lang.String value)
           
 
Methods inherited from class org.zkoss.zk.ui.AbstractComponent
addAnnotation, addAnnotation, addEventHandler, addEventListener, addForward, addForward, addMoved, addSharedAnnotationMap, addSharedEventHandlerMap, appendAsapAttr, appendChild, applyProperties, clone, containsVariable, detach, equals, getAnnotatedProperties, getAnnotatedPropertiesBy, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAttribute, getAttribute, getAttributes, getAttributes, getChildren, getDefinition, getDesktop, getEventHandler, getExtraCtrl, getFellow, getFellowIfAny, getId, getListenerIterator, getMold, getMoldURI, getNamespace, getPage, getParent, getPropagatee, getRoot, getSpaceOwner, getUuid, getVariable, insertBefore, invalidate, isAsapRequired, isListenerAvailable, isVisible, newExtraCtrl, onChildAdded, onChildRemoved, onDrawNewChild, onPageAttached, onPageDetached, onWrongValue, redraw, removeAttribute, removeAttribute, removeChild, removeEventListener, removeForward, removeForward, response, sessionDidActivate, sessionWillPassivate, setAttribute, setAttribute, setComponentDefinition, setId, setMold, setPage, setPageBefore, setVariable, setVisible, smartUpdate, smartUpdate, toString, unsetVariable
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Fisheyeitem

public Fisheyeitem()
Method Detail

getLabel

public java.lang.String getLabel()
Returns the label (never null).

Default: "".


setLabel

public void setLabel(java.lang.String label)
Sets the label.


getImage

public java.lang.String getImage()
Returns the image URI.

Default: null.


setImage

public void setImage(java.lang.String image)
Sets the image URI.


getOuterAttrs

public java.lang.String getOuterAttrs()
Returns the HTML attributes for this component.

Used only for component development, not for application developers.


smartUpdate

public void smartUpdate(java.lang.String attr,
                        java.lang.String value)
Specified by:
smartUpdate in interface org.zkoss.zk.ui.Component
Overrides:
smartUpdate in class org.zkoss.zk.ui.AbstractComponent

setParent

public void setParent(org.zkoss.zk.ui.Component parent)
Specified by:
setParent in interface org.zkoss.zk.ui.Component
Overrides:
setParent in class org.zkoss.zk.ui.AbstractComponent

isChildable

public boolean isChildable()
Not childable.

Specified by:
isChildable in interface org.zkoss.zk.ui.Component
Overrides:
isChildable in class org.zkoss.zk.ui.AbstractComponent


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