LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.app.behaviorinterface
Interface LyEditTableBehaviorInterface

All Superinterfaces:
LyActionBehaviorInterface, LyBehaviorInterface, LyPanelBehaviorInterface, LyTableBehaviorInterface
All Known Implementing Classes:
LyEditTableBehavior

public interface LyEditTableBehaviorInterface
extends LyTableBehaviorInterface

This interface defines methods to implement in order to modify the default behavior of an edit table controller.

See Also:
LyEditTableController

Field Summary
static java.lang.String __VERSION
          File version
 
Method Summary
 boolean displayRowTools(LyEditTableController tableController)
          Indicates if tools should be displayed at the end of an edit table row.
 
Methods inherited from interface leon.app.behaviorinterface.LyTableBehaviorInterface
buildRowItem, completeRow, dragFinished, dragStart, drop, enableGroupBy, getCellLabel, getCellLabel, getChooseColumnsFieldInfos, getColumnWidth, getContent, getDefaultCriterion, getDependsFieldInfos, getDisplayListFirstImage, getFields, getFooterLabel, getGroupColor, getGroupLabel, getHeaderLabel, getHeaderTooltip, getIndex, getLabel, getLoadedFieldInfos, getRowColor, getRowImage, getStatusImage, getStatusTooltip, selectionChanged, updateCell, updateRowItem, validateSort
 
Methods inherited from interface leon.app.behaviorinterface.LyPanelBehaviorInterface
completePopupMenu, getPopupMenuActions, needRefresh, validateFilter
 
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

displayRowTools

boolean displayRowTools(LyEditTableController tableController)
Indicates if tools should be displayed at the end of an edit table row.
These tools allow the end-user to cancel or validate modifications made on a single line.

Parameters:
tableController - the table controller
Returns:
true is tools should be displayed, false otherwise.

(c) January 2013 - W4 S.A.

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