org.sonar.api.workflow.screen
Class Screen
java.lang.Object
org.sonar.api.workflow.screen.Screen
- Direct Known Subclasses:
- CommentScreen
@Beta
public abstract class Screen
- extends Object
Localization
At least two buttons must have labels :
- the button in the violation toolbar that displays the form screen. Key is 'reviews.command..button'.
- the button in the form screen that submits the command. Key is 'reviews.command..submit'.
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Screen
protected Screen(String key)
getKey
public final String getKey()
getCommandKey
public final String getCommandKey()
setCommandKey
public final Screen setCommandKey(String commandKey)
Copyright © 2009-2012 SonarSource. All Rights Reserved.