congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
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

  • Parsing JSON documents to java classes using gson
  • getContentResolver (Context)
  • getApplicationContext (Context)
  • scheduleAtFixedRate (Timer)
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • JList (javax.swing)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Runner (org.openjdk.jmh.runner)
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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