mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
moved editIcon to sse; implemented first version of a RolesPanel
Change-Id: I1cccf21abb2fcca3619d827a27eda2ca0625f54e
This commit is contained in:
+4
-2
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user