|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.nebula.widgets.nattable.summaryrow.command.CalculateSummaryRowValuesCommand
public class CalculateSummaryRowValuesCommand
Command to trigger the calculation of the summary row values manually.
Usually the calculation will be triggered when the summary row moves into the viewport. For large tables that should be printed or exported the calculation is too late. This is because the calculation happens in a seperate thread to avoid freezing of the table on calculation.
There is no special handler for this event, as it is tight coupled to the summary row. Therefore the handling of this command is implemented directly in the SummaryRowLayer.
Note: This is only intended for internal usage and could cause a performance leak. If you want to use it for your use cases you should be careful about performance issues.
SummaryRowLayer
Constructor Summary | |
---|---|
CalculateSummaryRowValuesCommand()
|
Method Summary | |
---|---|
ILayerCommand |
cloneCommand()
Same semantics as Object.clone() Used to make a copies of the
command if has to passed to different layer stacks. |
boolean |
convertToTargetLayer(ILayer targetLayer)
Convert the row/column coordinates the command might be carrying from the source layer to the destination (target) layer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CalculateSummaryRowValuesCommand()
Method Detail |
---|
public boolean convertToTargetLayer(ILayer targetLayer)
ILayerCommand
convertToTargetLayer
in interface ILayerCommand
targetLayer
- the target layer
public ILayerCommand cloneCommand()
ILayerCommand
Object.clone()
Used to make a copies of the
command if has to passed to different layer stacks.
cloneCommand
in interface ILayerCommand
GridLayer.doCommand(ILayerCommand)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |