public abstract class TokenController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,TokenController> |
subControllers |
| Constructor and Description |
|---|
TokenController() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getMenuPath(String parent,
String rest) |
TokenController |
getSubController(String rest) |
protected void |
redrawWidget(com.google.gwt.user.client.ui.FlowPanel contentPanel,
RepositoryManagerWidget widget,
String parentToken,
String rest) |
void |
showWidget(com.google.gwt.user.client.ui.FlowPanel contentPanel,
String parent,
String rest) |
protected String[] |
splitToken(String token) |
protected Map<String,TokenController> subControllers
public void showWidget(com.google.gwt.user.client.ui.FlowPanel contentPanel,
String parent,
String rest)
public TokenController getSubController(String rest)
protected void redrawWidget(com.google.gwt.user.client.ui.FlowPanel contentPanel,
RepositoryManagerWidget widget,
String parentToken,
String rest)
Copyright © 2018. All rights reserved.