Skip to content
Snippets Groups Projects
Commit e0aa2dd0 authored by tpylak's avatar tpylak
Browse files

LMS-1541 minor: javadoc

SVN: 16403
parent 11ff29dc
No related merge requests found
......@@ -21,16 +21,18 @@ import ch.systemsx.cisd.openbis.generic.client.web.client.application.IViewConte
import ch.systemsx.cisd.openbis.generic.client.web.client.application.framework.DatabaseModificationAwareComponent;
/**
*
*
* @author Franz-Josef Elmer
*/
public interface ITabActionMenuItemDefinition<S extends IClientServiceAsync>
{
/**
* Used to create widget ids and dictionary messages. Following messages are expected to be
* defined in the dictionary: ${name}_menu_item, ${name}_tab_label
*/
public String getName();
public String getHelpPageTitle();
public DatabaseModificationAwareComponent createComponent(IViewContext<S> viewContext);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment