org.xulux.guilayer.swing.models
Class CellPartRequest
java.lang.Object
org.xulux.guilayer.swing.models.CellPartRequest
- All Implemented Interfaces:
- java.lang.Cloneable, org.xulux.api.core.PartRequest
public class CellPartRequest
- extends java.lang.Object
- implements org.xulux.api.core.PartRequest
The cellpartrequest. Used for calling rules in models and renderers.
- Version:
- $Id: CellPartRequest.java,v 1.1 2005/12/18 12:58:21 mvdb Exp $
- Author:
- Martin van den Bemt
Fields inherited from interface org.xulux.api.core.PartRequest |
ACTION_CANCEL_REQUEST, ACTION_OK_REQUEST, ACTION_VALUE_CHANGED, NEW_PART_VALUE, NO_ACTION |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CellPartRequest
public CellPartRequest(org.xulux.api.gui.IWidget widget)
- Parameters:
widget
- the widget
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.xulux.api.core.PartRequest
- See Also:
org.xulux.nyx.context.PartRequest#getName()
getPart
public org.xulux.api.core.IPart getPart()
- Specified by:
getPart
in interface org.xulux.api.core.PartRequest
- See Also:
org.xulux.nyx.context.PartRequest#getPart()
getSession
public org.xulux.api.core.ISession getSession()
- Specified by:
getSession
in interface org.xulux.api.core.PartRequest
- See Also:
org.xulux.nyx.context.PartRequest#getSession()
getType
public int getType()
- Specified by:
getType
in interface org.xulux.api.core.PartRequest
- See Also:
org.xulux.nyx.context.PartRequest#getType()
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interface org.xulux.api.core.PartRequest
- See Also:
org.xulux.nyx.context.PartRequest#getValue()
getValue
public java.lang.Object getValue(java.lang.String field)
- Specified by:
getValue
in interface org.xulux.api.core.PartRequest
- See Also:
org.xulux.nyx.context.PartRequest#getValue(java.lang.String)
getWidget
public org.xulux.api.gui.IWidget getWidget()
- Specified by:
getWidget
in interface org.xulux.api.core.PartRequest
- See Also:
org.xulux.nyx.context.PartRequest#getWidget()
getWidget
public org.xulux.api.gui.IWidget getWidget(java.lang.String name)
- Specified by:
getWidget
in interface org.xulux.api.core.PartRequest
- See Also:
org.xulux.nyx.context.PartRequest#getWidget(java.lang.String)
setValue
public void setValue(java.lang.Object value)
- Specified by:
setValue
in interface org.xulux.api.core.PartRequest
- See Also:
org.xulux.nyx.context.PartRequest#setValue(java.lang.Object)
clone
public java.lang.Object clone()
- Specified by:
clone
in interface org.xulux.api.core.PartRequest
- Overrides:
clone
in class java.lang.Object
- See Also:
Object.clone()
Copyright © 2002-2007 Martin van den Bemt. All Rights Reserved.