Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.gwt.ui.client.base.editor
Class UrlView

java.lang.Object
  extended by org.nuxeo.ecm.gwt.ui.client.base.editor.UrlView
All Implemented Interfaces:
Editor, ViewDescriptor

public class UrlView
extends java.lang.Object
implements Editor

Author:
Bogdan Stefanescu

Constructor Summary
UrlView()
           
 
Method Summary
 boolean acceptInput(java.lang.Object input)
          Whether or not this editor accepts the given input
 View getView()
          Instantiate a new view.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlView

public UrlView()
Method Detail

acceptInput

public boolean acceptInput(java.lang.Object input)
Description copied from interface: ViewDescriptor
Whether or not this editor accepts the given input

Specified by:
acceptInput in interface ViewDescriptor
Returns:
true if input can be handled by this editor

getView

public View getView()
Description copied from interface: ViewDescriptor
Instantiate a new view.

Specified by:
getView in interface ViewDescriptor
Returns:

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.