summaryrefslogtreecommitdiff
path: root/framework/Web/UI/JuiControls/IJuiOptions.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/JuiControls/IJuiOptions.php')
-rw-r--r--framework/Web/UI/JuiControls/IJuiOptions.php27
1 files changed, 27 insertions, 0 deletions
diff --git a/framework/Web/UI/JuiControls/IJuiOptions.php b/framework/Web/UI/JuiControls/IJuiOptions.php
new file mode 100644
index 00000000..b021c421
--- /dev/null
+++ b/framework/Web/UI/JuiControls/IJuiOptions.php
@@ -0,0 +1,27 @@
+<?php
+/**
+ * TJuiControlAdapter class file.
+ *
+ * @author Fabio Bas <ctrlaltca@gmail.com>
+ * @link http://www.pradosoft.com/
+ * @copyright Copyright &copy; 2013-2014 PradoSoft
+ * @license http://www.pradosoft.com/license/
+ * @package System.Web.UI.JuiControls
+ */
+
+/**
+ * IJuiOptions interface
+ *
+ * IJuiOptions is the interface that must be implemented by controls using
+ * {@link TJuiControlOptions}.
+ *
+ * @author Fabio Bas <ctrlaltca@gmail.com>
+ * @package System.Web.UI.JuiControls
+ * @since 3.3
+ */
+interface IJuiOptions
+{
+ public function getOptions();
+ public function getValidOptions();
+ public function getValidEvents();
+} \ No newline at end of file