moved editIcon to sse; implemented first version of a RolesPanel

Change-Id: I1cccf21abb2fcca3619d827a27eda2ca0625f54e
This commit is contained in:
Axel Uhl
2017-12-13 11:26:37 +01:00
parent f1d65a0acb
commit 2b35cd5a62
54 changed files with 386 additions and 98 deletions
@@ -1,9 +1,11 @@
package com.sap.sse.gwt.adminconsole;
import com.google.gwt.user.cellview.client.CellTable;
import com.sap.sse.security.ui.client.SecurityTableResources;
import com.sap.sse.security.ui.client.SecurityTableStyle;
public interface AdminConsoleTableResources extends CellTable.Resources {
interface AdminConsoleTableStyle extends CellTable.Style {
public interface AdminConsoleTableResources extends SecurityTableResources, CellTable.Resources {
interface AdminConsoleTableStyle extends SecurityTableStyle, CellTable.Style {
/**
* Applied to header cells of race columns
*/