LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.app.behaviorinterface
Interface LyCreateBehaviorInterface

All Superinterfaces:
LyActionBehaviorInterface, LyBehaviorInterface, LyConsultBehaviorInterface, LyFormBehaviorInterface, LySetBehaviorInterface
All Known Subinterfaces:
LyClassBehaviorInterface
All Known Implementing Classes:
LyClassBehavior

public interface LyCreateBehaviorInterface
extends LySetBehaviorInterface

This interface defines methods to implement in order to modify the behavior of a creation/clone action.

See Also:
LyCreateController

Field Summary
static java.lang.String __VERSION
          File version
 
Fields inherited from interface leon.app.behaviorinterface.LySetBehaviorInterface
STATUS_CANCEL, STATUS_IGNORE, STATUS_KO, STATUS_OK, STATUS_WARNING
 
Method Summary
 boolean endCreation(LyCreateController create, LyValueSet values)
          Final step of the object creation process.
 
Methods inherited from interface leon.app.behaviorinterface.LySetBehaviorInterface
addExtraValues, checkNewValue, controlNewValue, controlNewValues, enableChoiceOption, enableRelationLink, enableRelationLink, endCommit, endSet, formRestored, formSaved, getAutoCompletionMaximum, getAutoCompletionMaximum, getAutoCompletionValues, getChoiceDomain, getDefaultValue, getInsertPosition, getLinkShortLabel, getRelationClasses, getRelationContext, getRelationDomain, getRelationDomain, getRelationFilter, getTransverseActions, getTransverseActions, isEditable, isEnabled, isLocked, isOptional, isValidGroup, lockObject, needCheck, propagate, startCommit, useEditTable, useEditTable, useLocalCompletion, useSingleContext, validateChoiceOption
 
Methods inherited from interface leon.app.behaviorinterface.LyConsultBehaviorInterface
enableRelationHRef, getAction, setObject
 
Methods inherited from interface leon.app.behaviorinterface.LyFormBehaviorInterface
getImage, getValue, isDisplayed
 
Methods inherited from interface leon.app.behaviorinterface.LyActionBehaviorInterface
endAction, getClientContext, getContextTitle, getHelpFile, getImage, getImageTooltip, getKeyValue, getMenuItemImage, getTitle, reset, startAction
 
Methods inherited from interface leon.app.behaviorinterface.LyBehaviorInterface
free, handleDemand, init
 

Field Detail

__VERSION

static final java.lang.String __VERSION
File version

See Also:
Constant Field Values
Method Detail

endCreation

boolean endCreation(LyCreateController create,
                    LyValueSet values)
Final step of the object creation process.

Parameters:
create - the current LyCreateController instance
values - Set of values corresponding to the object to create
Returns:
true if the create process is successfull, false otherwise

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com