public interface EnumDropdownService
| Modifier and Type | Method and Description |
|---|---|
String[] |
loadDropDownExpression(org.uberfire.backend.vfs.Path resource,
String[] valuePairs,
String expression)
Load drop-down data.
|
String[] loadDropDownExpression(org.uberfire.backend.vfs.Path resource, String[] valuePairs, String expression)
resource - The resource needing the drop-downvaluePairs - key=value pairs to be interpolated into the expression.expression - The expression, which will then be eval'ed to generate a String[]Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.