Uses of Class
com.cc.framework.ui.AjaxSettings

Packages that use AjaxSettings
com.cc.framework.taglib.base   
com.cc.framework.ui   
com.cc.framework.ui.painter.def   
 

Uses of AjaxSettings in com.cc.framework.taglib.base
 

Methods in com.cc.framework.taglib.base that return AjaxSettings
protected  AjaxSettings AjaxTag.createSettings()
           
 

Uses of AjaxSettings in com.cc.framework.ui
 

Fields in com.cc.framework.ui declared as AjaxSettings
private static AjaxSettings AjaxSettings.DEFAULT
          The applications default AJAX settings
 

Methods in com.cc.framework.ui that return AjaxSettings
static AjaxSettings AjaxSettings.peek(javax.servlet.jsp.PageContext ctx)
          Returns the top settings object from the Stack
static AjaxSettings AjaxSettings.pop(javax.servlet.jsp.PageContext ctx)
          Removes the top settings object from the Stack
 

Methods in com.cc.framework.ui with parameters of type AjaxSettings
static void AjaxSettings.push(AjaxSettings settings, javax.servlet.jsp.PageContext ctx)
          Pushes a new AJAX Setting on the Settings Stack
protected  void AjaxSettings.inherit(AjaxSettings base)
          Inherits all not set attributes from the base settings Object
 

Uses of AjaxSettings in com.cc.framework.ui.painter.def
 

Methods in com.cc.framework.ui.painter.def with parameters of type AjaxSettings
protected  java.lang.String DefActionPainter.createAjaxOnClick(AjaxSettings settings)
           
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.