77use Ajax \semantic \html \base \constants \Direction ;
88use Ajax \semantic \html \elements \HtmlIcon ;
99use Ajax \service \JString ;
10+ use Ajax \semantic \html \base \HtmlSemDoubleElement ;
1011
1112/**
1213 * @author jc
@@ -109,7 +110,7 @@ public function setSize($size) {
109110 /**
110111 * show it is currently unable to be interacted with
111112 * @param boolean $disable
112- * @return \Ajax\semantic\html\elements\ HtmlSemDoubleElement
113+ * @return HtmlSemDoubleElement
113114 */
114115 public function setDisabled ($ disable =true ) {
115116 if ($ disable )
@@ -120,31 +121,31 @@ public function setDisabled($disable=true) {
120121 /**
121122 *
122123 * @param string $color
123- * @return \Ajax\semantic\html\base\ HtmlSemDoubleElement
124+ * @return HtmlSemDoubleElement
124125 */
125126 public function setColor ($ color ) {
126127 return $ this ->addToPropertyCtrl ("class " , $ color , Color::getConstants ());
127128 }
128129
129130 /**
130131 *
131- * @return \Ajax\semantic\html\base\ HtmlSemDoubleElement
132+ * @return HtmlSemDoubleElement
132133 */
133134 public function setFluid () {
134135 return $ this ->addToProperty ("class " , "fluid " );
135136 }
136137
137138 /**
138139 *
139- * @return \Ajax\semantic\html\base\ HtmlSemDoubleElement
140+ * @return HtmlSemDoubleElement
140141 */
141142 public function asHeader (){
142143 return $ this ->addToProperty ("class " , "header " );
143144 }
144145
145146 /**
146147 * show it is currently the active user selection
147- * @return \Ajax\semantic\html\base\ HtmlSemDoubleElement
148+ * @return HtmlSemDoubleElement
148149 */
149150 public function setActive ($ value =true ){
150151 if ($ value )
0 commit comments