public class GetColumnWidthCallProcessor extends Object implements CallProcessor
| Constructor and Description |
|---|
GetColumnWidthCallProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
formatWidth(double width) |
protected double |
getColumnWidth(TableBlock tb,
int index) |
String[] |
getMethods() |
String[] |
process(String method,
Map<String,String> parameters)
Returns the table width for the table specified in the given parameters
|
public static final String[] METHODS
public String[] getMethods()
getMethods in interface Processorpublic String[] process(String method, Map<String,String> parameters) throws CometException
process in interface CallProcessormethod - The name of the incoming Comet callparameters - The call's parametersCometException - If an error occurs while processing the callprotected double getColumnWidth(TableBlock tb, int index)
protected String formatWidth(double width)
Copyright © 2017 SAP SE. All Rights Reserved.