[forge-issues] [JBoss JIRA] (FORGE-2255) Adding helper methods in CommandController

Antonio Goncalves (JIRA) issues at jboss.org
Thu Feb 19 11:37:49 EST 2015


     [ https://issues.jboss.org/browse/FORGE-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Goncalves updated FORGE-2255:
-------------------------------------
              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/forge/core/pull/535


> Adding helper methods in CommandController
> ------------------------------------------
>
>                 Key: FORGE-2255
>                 URL: https://issues.jboss.org/browse/FORGE-2255
>             Project: Forge
>          Issue Type: Sub-task
>          Components: UI - API
>    Affects Versions: 2.14.0.Final
>            Reporter: Antonio Goncalves
>            Assignee: Antonio Goncalves
>            Priority: Minor
>             Fix For: 2.x Future
>
>
> CommandController has a method that list of the command inputs : 
> {code}
> Map<String, InputComponent<?, ?>> getInputs();
> {code}
> It would be good to add a few helper methods (like in Roaster) :
> {code}
> InputComponent<?, ?> getInput(String input); // returns one input
> boolean hasInput(String input); // checks if the input is present
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the forge-issues mailing list