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

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


Antonio Goncalves created FORGE-2255:
----------------------------------------

             Summary: 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
            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