Hi,
I've been trying to set a custom CSS class for the splitbars.
I've created a Java class that extends Splitbar, with a custom style name (setStyleName()). Now, I'm supposed to set the resize bar class, by using the setResizeBarClass() method, but the argument is a String, and is supposed to be the name of the class to use. Fine. Can I get some help there?
What exactly is to be set as the argument to the setResizeBarClass? I've tried juste the name of the class "HorizontalSplitbar", no success, I've tried with the full java path: ca.domain.package....HorizontalSplitbar, I've tried with slashes, I've tried with the WEB-INF path, still can't find how to make this work.
Thanks for any help!
I've been trying to set a custom CSS class for the splitbars.
I've created a Java class that extends Splitbar, with a custom style name (setStyleName()). Now, I'm supposed to set the resize bar class, by using the setResizeBarClass() method, but the argument is a String, and is supposed to be the name of the class to use. Fine. Can I get some help there?
What exactly is to be set as the argument to the setResizeBarClass? I've tried juste the name of the class "HorizontalSplitbar", no success, I've tried with the full java path: ca.domain.package....HorizontalSplitbar, I've tried with slashes, I've tried with the WEB-INF path, still can't find how to make this work.
Thanks for any help!
Comment