org.openxava.actions
Class OnChangeCustomReportColumnNameAction

java.lang.Object
  extended by org.openxava.actions.BaseAction
      extended by org.openxava.actions.ViewBaseAction
          extended by org.openxava.actions.TabBaseAction
              extended by org.openxava.actions.OnChangeCustomReportColumnNameAction
All Implemented Interfaces:
IAction, IChangeModeAction, IModuleContextAction, IOnChangePropertyAction, IRequestAction

public class OnChangeCustomReportColumnNameAction
extends TabBaseAction
implements IOnChangePropertyAction

Author:
Javier Paniza

Field Summary
static java.lang.String DATE_COMPARATOR
           
static java.lang.String EMPTY_COMPARATOR
           
static java.lang.String OTHER_COMPARATOR
           
static java.lang.String STRING_COMPARATOR
           
 
Fields inherited from interface org.openxava.actions.IChangeModeAction
DETAIL, LIST, PREVIOUS_MODE, SPLIT
 
Constructor Summary
OnChangeCustomReportColumnNameAction()
           
 
Method Summary
 void execute()
           
 void setChangedProperty(java.lang.String propertyName)
           
 void setNewValue(java.lang.Object value)
           
 
Methods inherited from class org.openxava.actions.TabBaseAction
getCollection, getRow, getSelected, getTab, setCollection, setRow, setViewObject
 
Methods inherited from class org.openxava.actions.ViewBaseAction
closeDialog, getModelName, getPreviousView, getPreviousViews, getView, resetDescriptionsCache, returnToPreviousView, setControllers, setPreviousViews, setView, showDialog, showDialog, showNewView, showView
 
Methods inherited from class org.openxava.actions.BaseAction
addActions, addError, addErrors, addInfo, addMessage, addMessages, addWarning, clearActions, executeAfter, executeBefore, getContext, getEnvironment, getErrors, getLocale, getManager, getMessages, getNextMode, getRequest, removeActions, returnToPreviousControllers, setContext, setDefaultControllers, setEnvironment, setErrors, setMessages, setNextMode, setRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openxava.actions.IOnChangePropertyAction
setView
 
Methods inherited from interface org.openxava.actions.IAction
getErrors, getMessages, setEnvironment, setErrors, setMessages
 

Field Detail

STRING_COMPARATOR

public static final java.lang.String STRING_COMPARATOR
See Also:
Constant Field Values

DATE_COMPARATOR

public static final java.lang.String DATE_COMPARATOR
See Also:
Constant Field Values

EMPTY_COMPARATOR

public static final java.lang.String EMPTY_COMPARATOR
See Also:
Constant Field Values

OTHER_COMPARATOR

public static final java.lang.String OTHER_COMPARATOR
See Also:
Constant Field Values
Constructor Detail

OnChangeCustomReportColumnNameAction

public OnChangeCustomReportColumnNameAction()
Method Detail

execute

public void execute()
             throws java.lang.Exception
Specified by:
execute in interface IAction
Throws:
java.lang.Exception

setChangedProperty

public void setChangedProperty(java.lang.String propertyName)
Specified by:
setChangedProperty in interface IOnChangePropertyAction

setNewValue

public void setNewValue(java.lang.Object value)
Specified by:
setNewValue in interface IOnChangePropertyAction