Author: abelevich
Date: 2011-02-16 03:51:09 -0500 (Wed, 16 Feb 2011)
New Revision: 21681
Modified:
trunk/ui/output/ui/src/main/java/org/richfaces/component/AbstractTabPanel.java
Log:
RF-10523 Tab panel: item change listener not called
Modified: trunk/ui/output/ui/src/main/java/org/richfaces/component/AbstractTabPanel.java
===================================================================
---
trunk/ui/output/ui/src/main/java/org/richfaces/component/AbstractTabPanel.java 2011-02-16
01:03:14 UTC (rev 21680)
+++
trunk/ui/output/ui/src/main/java/org/richfaces/component/AbstractTabPanel.java 2011-02-16
08:51:09 UTC (rev 21681)
@@ -82,33 +82,20 @@
public abstract String getTabHeaderClass();
@Attribute(hidden = true)
- public boolean isBypassUpdates() {
- throw new IllegalStateException("this method shouldn't be used");
- }
+ public abstract boolean isBypassUpdates();
@Attribute(hidden = true)
- public boolean isLimitRender() {
- throw new IllegalStateException("this method shouldn't be used");
- }
+ public abstract boolean isLimitRender();
@Attribute(hidden = true)
- public Object getData() {
- throw new IllegalStateException("this method shouldn't be used");
- }
-
+ public abstract Object getData();
+
@Attribute(hidden = true)
- public String getStatus() {
- throw new IllegalStateException("this method shouldn't be used");
- }
+ public abstract String getStatus();
@Attribute(hidden = true)
- public Object getExecute() {
- throw new IllegalStateException("this method shouldn't be used");
- }
+ public abstract Object getExecute();
@Attribute(hidden = true)
- public Object getRender() {
- throw new IllegalStateException("this method shouldn't be used");
- }
-
+ public abstract Object getRender();
}
Show replies by date