Label: component

All content with label component.
Related Labels: java , behavior , javascript , framework , security

DojoDynamicTooltipTutorial (Wicket Stuff Wiki)
more dynamic Tooltip In the first example we have shown you how to make a basic Tooltip, it looks nice but you would probably want a lot more when you're working with Wicket. This tutorial will show you how to make ...
DojoFeedbackIndicator (Wicket Stuff Wiki)
FXFeedbackIndicator tutorial This is our new creation in the quest for adding Ajax Components to Wicket. We can hear you think, "oh no.. yet another tooltip tutrial..". Well this one really is different then the other two tutorials. Ok, it's still simple ...
Inmethod Grid (Wicket Stuff Wiki)
Overview A data grid component with the following features: Fully Ajaxified Editable cells Pageable Wicket 1.4.x compatible (work on a generified branch is going on in SVN as of 13 Oct 2009)\\ Here's how it might look: !inmethodgridscreenshot.png!\\ A possible alternative to this component ...
MBeanView - JMX panel (Wicket Stuff Wiki)
About Jmx panel, to view and operate the applications mbeans How to use to use put this lines on application pom: &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <dependency> &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp ...
Pickwick (Wicket Stuff Wiki)
pickwick.png! Introduction Pickwick is a Wicketbased photo gallery. Features Provides a set of basic pages to render the pictures, organized in folders (called sequences) Uses a nice URL displaying the folder name relative to the images directory Backoffice application to edit the photo ...
Script.aculo.us AjaxEditInPlaceLabel (Wicket Stuff Wiki)
Label that users can edit in place using Ajax Documentation on this scriptaculous component can be found here: http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor public MyPage(MyObject myObject) component originally published by Ryan Sonnek http://jroller.com/page ...
Script.aculo.us AutoCompleteBehavior (Wicket Stuff Wiki)
TextField that provides static suggestions for autocompletion Core scriptaculous documentation can be found here: http://wiki.script.aculo.us/scriptaculous/show/Autocompleter.Local Static Results TextField color = new TextField("color"); name.add(new AutocompleteBehavior(new String )); Dynamic Results ...
Script.aculo.us Draggables (Wicket Stuff Wiki)
public class DragDropExamplePage extends WebPage { public DragDropExamplePage() { DraggableTarget cart = new DraggableTarget("cart") { protected void onDrop(Component input, AjaxRequestTarget target) }; Label product = new Label("product"); product.addBehavior(new DraggableBehavior()); add(product); add ...
Script.aculo.us SortableListView (Wicket Stuff Wiki)
Drag/Drop reordering of list items Documentation on the scriptaculous library can be found here: http://wiki.script.aculo.us/scriptaculous/show/Sortables This Wicket extension that integrates the very sweet scriptaculous Sortable Javascript component into Wicket and handles all the work for drag ...
Security Framework Comparison (Wicket Stuff Wiki)
several frameworks exist to leverage wicket security and more could be on the way, it might be time for a comparison. The intention of this document is not to declare that this framework is better than another one but to provide you with the bare facts and let you decide what better suits ...