23.12.2012 Views

ZK Developer's Guide

ZK Developer's Guide

ZK Developer's Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Is it on the Desktop or on the Web?<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

if (event.getValue().trim().length() > 0)<br />

{<br />

idstatus.setValue("valid");<br />

idstatus.setStyle("color:green");<br />

}<br />

else<br />

{<br />

idstatus.setValue("not valid");<br />

idstatus.setStyle("color:red");<br />

}<br />

<br />

<br />

if (self.value != null &amp;&amp; self.value.trim().<br />

length() == 0)<br />

{<br />

self.value = "";<br />

throw new WrongValueException(self, "The id shouldn't<br />

be the empty string.");<br />

}<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

htmlEdit.doOverlapped();<br />

<br />

<br />

<br />

<br />

<br />

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!