|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISelectionMapper | |
---|---|
org.pentaho.platform.api.engine | |
org.pentaho.platform.engine.services.runtime |
Uses of ISelectionMapper in org.pentaho.platform.api.engine |
---|
Methods in org.pentaho.platform.api.engine with parameters of type ISelectionMapper | |
---|---|
void |
IRuntimeContext.createFeedbackParameter(ISelectionMapper selMap,
String fieldName,
Object defaultValues)
Adds a feedback parameter (essentially a form input field) for a required input. |
void |
IRuntimeContext.createFeedbackParameter(ISelectionMapper selMap,
String fieldName,
Object defaultValues,
boolean optional)
Adds a feedback parameter (essentially a form input field) for a required input. |
Uses of ISelectionMapper in org.pentaho.platform.engine.services.runtime |
---|
Classes in org.pentaho.platform.engine.services.runtime that implement ISelectionMapper | |
---|---|
class |
SelectionMapper
|
Methods in org.pentaho.platform.engine.services.runtime with parameters of type ISelectionMapper | |
---|---|
void |
RuntimeContext.createFeedbackParameter(ISelectionMapper selMap,
String fieldName,
Object defaultValues)
|
void |
RuntimeContext.createFeedbackParameter(ISelectionMapper selMap,
String fieldName,
Object defaultValues,
boolean optional)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |