congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
Panel.onComponentTag
Code IndexAdd Tabnine to your IDE (free)

How to use
onComponentTag
method
in
org.apache.wicket.markup.html.panel.Panel

Best Java code snippets using org.apache.wicket.markup.html.panel.Panel.onComponentTag (Showing top 20 results out of 315)

origin: org.apache.wicket/wicket-core

@Override
protected void onComponentTag(ComponentTag tag)
{
  // Must be attached to an map tag
  checkComponentTag(tag, "map");
  super.onComponentTag(tag);
}
origin: org.ops4j.pax.wicket/pax-wicket-service

/**
 * @see org.apache.wicket.markup.html.panel.Panel#onComponentTag(org.apache.wicket.markup.ComponentTag)
 */
@Override
protected void onComponentTag(final ComponentTag tag)
{
  super.onComponentTag(tag);
  tag.put("style", "display:none");
}
origin: apache/wicket

@Override
protected void onComponentTag(ComponentTag tag)
{
  // Must be attached to an map tag
  checkComponentTag(tag, "map");
  super.onComponentTag(tag);
}
origin: apache/wicket

/**
 * @see org.apache.wicket.markup.html.panel.Panel#onComponentTag(org.apache.wicket.markup.ComponentTag)
 */
@Override
protected void onComponentTag(final ComponentTag tag)
{
  super.onComponentTag(tag);
  tag.put("style", "display:none");
}
origin: org.onehippo.cms7/hippo-cms-api

@Override
public void onComponentTag(final ComponentTag tag) {
  super.onComponentTag(tag);
  if (cssClasses != null) {
    tag.put("class", cssClasses);
  }
}
origin: org.ops4j.pax.wicket/pax-wicket-service

@Override
protected void onComponentTag(ComponentTag tag)
{
  // Must be attached to an map tag
  checkComponentTag(tag, "map");
  super.onComponentTag(tag);
}
origin: net.sourceforge.wicketwebbeans/wicketwebbeans

@Override
protected void onComponentTag(ComponentTag tag)
{
  super.onComponentTag(tag);
  beanMetaData.warnIfAnyParameterNotConsumed(tabMetaData);
}

origin: de.agilecoders.wicket/bootstrap

  @Override
  protected void onComponentTag(ComponentTag tag) {
    super.onComponentTag(tag);

    Components.assertTag(this, tag, "div");
  }
}
origin: de.agilecoders.wicket/bootstrap

@Override
protected void onComponentTag(ComponentTag tag) {
  super.onComponentTag(tag);
  checkComponentTag(tag, "div");
}
origin: apache/wicket

@Override
protected void onComponentTag(ComponentTag tag)
{
  checkComponentTag(tag, "table");
  super.onComponentTag(tag);
}
origin: webanno/webanno

@Override
protected void onComponentTag(ComponentTag tag)
{
  checkComponentTag(tag, "table");
  super.onComponentTag(tag);
}
origin: org.onehippo.cms7/hippo-cms-api

@Override
protected void onComponentTag(final ComponentTag tag) {
  super.onComponentTag(tag);
  tag.put("onclick", "YAHOO.hippo.LayoutManager.handleExpandCollapse(this); return false;");
}
origin: net.sourceforge.wicketwebbeans/wicketwebbeans

@Override
protected void onComponentTag(ComponentTag tag)
{
  super.onComponentTag(tag);
  metaData.warnIfAnyParameterNotConsumed(null);
}
origin: net.sourceforge.wicketwebbeans/wicketwebbeans

@Override
protected void onComponentTag(ComponentTag tag)
{
  super.onComponentTag(tag);
  beanMetaData.warnIfAnyParameterNotConsumed(tabMetaData);
}

origin: theonedev/onedev

@Override
protected void onComponentTag(ComponentTag tag) {
  super.onComponentTag(tag);
  if (userIdent instanceof SystemUserIdent)
    tag.setName("span");
  else
    tag.setName("a");
}
origin: de.agilecoders.wicket/wicket-bootstrap-core

@Override
protected void onComponentTag(ComponentTag tag) {
  super.onComponentTag(tag);
  checkComponentTag(tag, "div");
  Attributes.addClass(tag, "carousel", "slide");
}
origin: OrienteerBAP/Orienteer

@Override
protected void onComponentTag(ComponentTag tag) {
  super.onComponentTag(tag);
  checkComponentTag(tag, "div");
  tag.append("style", "display: none", "; ");
  tag.append("class", "ajax-indicator", " ");
}

origin: org.opensingular/singular-wicket-utils

@Override
protected void onComponentTag(ComponentTag tag) {
  super.onComponentTag(tag);
  if (getTagName() != null) {
    tag.setName(getTagName());
  }
}
origin: de.agilecoders.wicket/wicket-bootstrap-core

@Override
protected void onComponentTag(ComponentTag tag) {
  super.onComponentTag(tag);
  Attributes.addClass(tag, orientation.cssClassName(), "btn-group");
  if (!Size.Default.equals(size)) {
    Attributes.addClass(tag, size.cssClassName());
  }
}
origin: org.apache.wicket/wicket-examples-jar

  @Override
  protected void onComponentTag(ComponentTag tag)
  {
    super.onComponentTag(tag);

    ClassValue css = ClassValue.of(tag.getAttribute("class"));
    css.with("navbar").with("navbar-fixed-top");
    tag.put("class", css.toString());
  }
}
org.apache.wicket.markup.html.panelPanelonComponentTag

Popular methods of Panel

  • renderHead
    Check the associated markup file for a wicket header tag
  • onBeforeRender
  • onInitialize
  • onConfigure
  • onDetach
  • setOutputMarkupId
  • setVisible
  • add
  • setDefaultModel
  • onAfterRender
  • detachModel
  • detachModels
  • detachModel,
  • detachModels,
  • getId,
  • onModelChanged,
  • remove,
  • replaceWith,
  • getMarkupId,
  • onComponentTagBody,
  • setMarkupId

Popular in Java

  • Start an intent from android
  • findViewById (Activity)
  • setContentView (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Option (scala)
  • 14 Best Plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now