Author: julien(a)jboss.com
Date: 2008-01-07 04:21:33 -0500 (Mon, 07 Jan 2008)
New Revision: 9445
Modified:
branches/presentation/presentation/src/main/org/jboss/portal/presentation/model/UIAction.java
Log:
added a generic UIAction interface that will be able to describe stuff like window
controls etc...
Modified:
branches/presentation/presentation/src/main/org/jboss/portal/presentation/model/UIAction.java
===================================================================
---
branches/presentation/presentation/src/main/org/jboss/portal/presentation/model/UIAction.java 2008-01-07
07:32:16 UTC (rev 9444)
+++
branches/presentation/presentation/src/main/org/jboss/portal/presentation/model/UIAction.java 2008-01-07
09:21:33 UTC (rev 9445)
@@ -39,13 +39,6 @@
String getDisplayName();
/**
- * Returns the action type.
- *
- * @return the type
- */
- String getType();
-
- /**
* Returns the action icon URL.
*
* @return the icon URL
Show replies by date